-
Notifications
You must be signed in to change notification settings - Fork 323
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
Backport of added imagePullPolicy for images in values.yaml into release/1.2.x #2364
Backport of added imagePullPolicy for images in values.yaml into release/1.2.x #2364
Conversation
- Went through old PRs to make sure they were in the list. - Removed beta sections.
On a non-default partition with ACLs and peering and partitions are all enabled. add a condition to the partition_prefix rule to avoid this error: ``` Failure: creating mesh-gateway-policy policy: err="Unexpected response code: 500 (rpc error making call: Invalid policy rules: partitioned policy cannot use partition_prefix rules)" ```
* Update readme for 1.0 GA
- use ubuntu based image for static-client in acceptance tests because alpine images are known to be flakey with DNS on kubernetes: https://stackoverflow.com/questions/65181012/does-alpine-have-known-dns-issue-within-kubernetes - Fix ACL permissions for the connect injector to make wan federations tests pass. Previously, injector only needed the global auth method when namespaces are enabled. Now that we've joined it with the controller, it needs global auth method in the secondary all the time. - Fix debug info from envoy (previously we were assuming there's consul-sidecar). This change also adds debugging info to all pods that use envoy. Co-authored-by: Nitya Dhanushkodi <[email protected]> Co-authored-by: Ashwin Venkatesh <[email protected]>
Add fix for api-gateway when using system-wide trusted CAs for external servers
…aml (#1740) * remove controller webhook cert roles from vault test and the values.yaml
* add discover binary to control-plane image
- fixed changelog
#1756) * Add support for setting the namespace that the CNI plugin is installed into
* Fix name of autoencrypt cert * Update BATS * Update CHANGELOG * Remove HOST_IP * Don't mount consul-ca-cert when using system roots and external servers * Remove timeout and partition flags' * Don't mount consul-ca-cert when using system roots and external servers on main container
Mount certs when using clients even with external servers
* Remove controller from preset values file in CLI
* Update to consuls latest versions * go mod tidy
* Add global.extraLabels values.yaml setting This setting lets you apply a set of labels to all pods created by the consul-k8s helm chart. * Also apply global extra labels to deployments/daemonsets/statefulsets/jobs * Add global extraLabels to sync catalog deployment
…o release/1.2.x (#2319) * backport of commit 0db1259 * backport of commit d4cdb45 --------- Co-authored-by: Andrew Stucki <[email protected]>
…1.2.x (#2322) * backport of commit 3f1c9e0 * backport of commit c56ac76 --------- Co-authored-by: Andrew Stucki <[email protected]>
…ease/1.2.x (#2323) * backport of commit 38b08c5 * backport of commit 02474a7 --------- Co-authored-by: Andrew Stucki <[email protected]>
…ith latest version of kind and k8s 1.27 into release/1.2.x (#2320) * backport of commit 41dc1c9 * backport of commit 87a39c1 * backport of commit df46c2e --------- Co-authored-by: Michael Wilkerson <[email protected]>
…on GatewayClassConfig are obeyed into release/1.2.x (#2324) * backport of commit 2fc5343 * backport of commit d83f0fd --------- Co-authored-by: Nathan Coleman <[email protected]>
…2329) * backport of commit 613c0cc * backport of commit ac7d0db * backport of commit c04bd0f * backport of commit 0fe80e7 --------- Co-authored-by: Andrew Stucki <[email protected]> Co-authored-by: Nathan Coleman <[email protected]>
Co-authored-by: Michael Wilkerson <[email protected]>
Co-authored-by: skpratt <[email protected]>
Co-authored-by: Michael Wilkerson <[email protected]>
Co-authored-by: Alvin Huang <[email protected]>
* update changelog files * update for release 1.2-rc1 * fix RateLimitIPConfig tests * pinning version temporarily for testing
Add rc1
3aa4569
to
0779d1d
Compare
0779d1d
to
3aa4569
Compare
@aahel Looks like this requires a manual git cherry-pick from the original git merge commit. |
@thisisnotashwin |
@aahel in this case, you copuld close this PR, and create another one yourself. you can still use the same PR i think but use |
* added imagePullPolicy for images in values.yaml * fix: renamed pullPolicy key according to image * fixed dafault always in tmpl * changed structure of image in yaml * revert changes * added global imagePullPolicy * fixed typo * added changelog file
0b71c5c
to
c370f60
Compare
Backport
This PR is auto-generated from #2310 to be assessed for backporting due to the inclusion of the label backport/1.2.x.
🚨
The person who merged in the original PR is:
@aahel
This person should manually cherry-pick the original PR into a new backport PR,
and close this one when the manual backport PR is merged in.
The below text is copied from the body of the original PR.
Changes proposed in this PR:
How I've tested this PR:
rendered helm template and test by passing different values of imagePullPolicy
How I expect reviewers to test this PR:
eg:-
cd charts/consul
helm template
-s templates/api-gateway-controller-deployment.yaml
--set 'apiGateway.enabled=true'
--set 'global.imagePullPolicy="Always"'
--set 'apiGateway.image=bar'
--set 'global.enableConsulNamespaces=true'
. | tee /dev/stderr
Checklist:
Overview of commits