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
Istio add-on to be enhanced for supporting Initialisers, this includes the following steps:
Initializers
(...) admissionConfig: pluginConfig: GenericAdmissionWebhook: configuration: apiVersion: v1 disable: false kind: DefaultAdmissionConfig location: "" Initializers: configuration: apiVersion: v1 disable: false kind: DefaultAdmissionConfig location: "" (...)
apis/admissionregistration.k8s.io/v1alpha1=true
default
oc annotate dc docker-registry sidecar.istio.io/inject='false' -n default oc annotate dc router sidecar.istio.io/inject='false' -n default
cluster-admin
istio-system
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Istio add-on to be enhanced for supporting Initialisers, this includes the following steps:
Initializers
pluginapis/admissionregistration.k8s.io/v1alpha1=true
( this is by default with OpenShift), but good to checkdefault
nscluster-admin
role to istio-initializer-service-account inistio-system
namespace to allow edit/watch DeploymentsThe text was updated successfully, but these errors were encountered: