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

Updates container image versions for external-dns and kubeip deployments #851

Merged
merged 5 commits into from
Nov 12, 2021

Conversation

nkinkade
Copy link
Contributor

@nkinkade nkinkade commented Nov 12, 2021

Additionally, the PR moves the kubeip deployment, and related resources, to the kube-system namespace, resolving this issue: #824

NOTE: Changing the namespace of the kubeip deployment and related resources requires recreating the GCP service account key Secret in the kube-system namespace:

kubectl get secret kubeip-key -o jsonpath='{.data.key\.json}' | base64 --decode > key.json
kubectl create secret generic kubeip-key --namespace kube-system --from-file key.json

... and also deleting the resources in the default namespace:

kubectl delete deployment kubeip
kubectl delete secrets kubeip-key
kubectl delete serviceaccount kubeip

This change is Reviewable

When you only have a single replica in a deployment, a rolling update
doesn't always make the most sense, especially if the service isn't user
facing. This change sets the update strategy for the kubeip deployment
to a simple "Recreate", which will just delete the old pod and create a
new one.
Copy link
Contributor

@stephen-soltesz stephen-soltesz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is there service interruption during this switch? if so, which services are impacted? e.g. monitoring to production services, etc..

configuration :lgtm:

Reviewed 3 of 3 files at r1.
Reviewable status: :shipit: complete! 1 of 1 approvals obtained

@nkinkade nkinkade merged commit b4a01fd into master Nov 12, 2021
@nkinkade nkinkade deleted the sandbox-kinkade branch November 12, 2021 21:01
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