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

feat(kustomize): Add steps to deploy Spinnaker with Spinnaker #1

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

karlskewes
Copy link
Contributor

We need to add app.kubernetes.io/managed-by: Spinnaker label to reduce redeployment of all pods when Spinnaker pipeline executes. The redeployment disrupts MariaDB and prevents pipeline completion. A second pipeline execution succeeds as a no-op.

The first deployment also adds annotations to Kubernetes resources so it is possible to verify it has run.

@karlskewes karlskewes changed the title feat: Add steps to deploy Spinnaker with Spinnaker feat(kustomize): Add steps to deploy Spinnaker with Spinnaker May 29, 2023
We need to add `app.kubernetes.io/managed-by: Spinnaker` label to reduce
redeployment of all pods when Spinnaker pipeline executes.
The redeployment disrupts MariaDB and prevents pipeline completion.
A second pipeline execution succeeds as a no-op.

The first deployment also adds annotations to Kubernetes resources so it
is possible to verify it has run.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants