mirror of https://github.com/istio/istio.io.git
Add podAnnotations param for cni helm chart (#5257)
* Add podAnnotations param for cni helm chart * Update content/en/docs/setup/additional-setup/cni/index.md Co-Authored-By: Frank Budinsky <frankb@ca.ibm.com>
This commit is contained in:
parent
5d996f6f2d
commit
9c4c827938
|
@ -68,6 +68,7 @@ The following table shows all the options that the `istio-cni` configuration sup
|
|||
| `cniConfDir` | | `/etc/cni/net.d` | Must be the same as the environment's `--cni-conf-dir` setting (`kubelet` parameter). |
|
||||
| `cniConfFileName` | | | Leave unset to auto-find the first file in the `cni-conf-dir` (as `kubelet` does). Primarily used for testing `install-cni` plugin configuration. If set, `install-cni` will inject the plugin configuration into this file in the `cni-conf-dir`. |
|
||||
| `psp_cluster_role` | | | This value refers to a `ClusterRole` and can be used to create a `RoleBinding` in the namespace of `istio-cni`. This is useful if you use [Pod Security Policies](https://kubernetes.io/docs/concepts/policy/pod-security-policy) and want to allow `istio-cni` to run as `priviliged` Pods. |
|
||||
| `podAnnotations` | | `{}` | Additional custom annotations to be set on pod level. |
|
||||
|
||||
These options are accessed through `values.cni.<option-name>` in `istioctl manifest` commands, either as a `--set` flag,
|
||||
or the corresponding path in a custom overlay file.
|
||||
|
|
Loading…
Reference in New Issue