We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Release Channel will make it possible to automatically upgrade instances when new versions become available:
apiVersion: unleash.nais.io/v1 kind: ReleaseChannel metadata: name: stable spec: image: repo.example.com/my/image:tag matchLabels: unleash.nais.io/release-channel: stable strategy: maxSurge: 2 canary: enabled: true matchLabels: unleash.nais.io/canary: true
Reconciler:
ReleaseChannel.spec.strategy.canary.matchLabels
ReleaseChannel.spec.strategy.maxSurge
Unleash.spec.customImage
ReleaseChannel
Questions:
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Release Channel will make it possible to automatically upgrade instances when new versions become available:
Reconciler:
ReleaseChannel.spec.strategy.canary.matchLabels
ReleaseChannel.spec.strategy.maxSurge
Unleash.spec.customImage
waiting for rollout to succeed (depends on Wait for rollout #260)ReleaseChannel
as failedQuestions:
ReleaseChannel
when noUnleash.spec.customImage
is setThe text was updated successfully, but these errors were encountered: