Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deploy action not working for EKS #96

Closed
venkatasarangan opened this issue Feb 7, 2020 · 6 comments
Closed

Deploy action not working for EKS #96

venkatasarangan opened this issue Feb 7, 2020 · 6 comments
Labels
bug Something isn't working

Comments

@venkatasarangan
Copy link

Describe the bug
I tried to deploy the Pega 8.3.1 in EKS. When I give install as action in pega.yaml, everything was fine and all database changes completed without any issues.
When I change from install to deploy as action, getting error as below

============================
Checking valid action
Invalid action '' passed.
Valid actions are : install, upgrade, install-deploy, upgrade-deploy, pre-upgrade, post-upgrade

To Reproduce
Tried to deploy pega web in EKS.

Expected behavior
Pega-web POD should be running fine.

Chart version
Using the latest version of chart which 1.2.5

Server (if applicable, please complete the following information):

  • OS: Redhat Linux 8
  • Environment: Amazon EKS
  • Database: PostgreSQL

Additional context
Add any other context about the problem here.

@dcasavant
Copy link
Member

Hi @venkatasarangan , It looks like no action is being passed. That may be caused by the name being incorrect. You should see it under the following:

---
global:
  actions:
    execute: "deploy"

If that looks right, can you attach your pega.yaml file? (be sure to remove any credentials)

@dcasavant dcasavant added question Further information is requested bug Something isn't working and removed question Further information is requested labels Feb 12, 2020
@venkatasarangan
Copy link
Author

That looks right only, attaching the pega.yaml file for your reference.

pega.txt

@dcasavant
Copy link
Member

@venkatasarangan Can you please try removing the action line above actions? That may be interfering.

@shreyasurfriend
Copy link

@dcasavant
Have same issue both on AKS and EKS. In my pega.yaml dont have the action line above actions. but we still get the same issue.

@dcasavant
Copy link
Member

I have been unable to reproduce this. Can you please open a request with Pega Global Client Support so we can debug further with you? You can reference this issue in your support ticket.

@dcasavant
Copy link
Member

Closing due to inactivity. Followup is suggested through Pega Global Client Support. Please reopen if needed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants