*** Wartungsfenster jeden ersten Mittwoch vormittag im Monat ***

Skip to content
Snippets Groups Projects
Commit 6ccdeba7 authored by entlein's avatar entlein
Browse files

reverting to the state with no featureflags and the admission plugins, it caused a mess

parent ba514476
Branches
No related tags found
1 merge request!1Restore main as the default branch
......@@ -38,14 +38,7 @@ cloud-provider-name: "{{ cloud_provider_name }}"
resolv-conf: "{{ resolv_conf_server }}"
{# disable-cloud-controller: true #}
write-kubeconfig-mode: "0644"
kube-apiserver-arg: "--feature-gates=ServiceAccountIssuerDiscovery=true,JobTrackingWithFinalizers=true,PodSecurity=true"
#TODO write nice for-loop
kube-api:
extra_args:
service-account-issuer: "https://localhost:6443"
service-account-signing-key-file: "/etc/kubernetes/pki/sa.key"
service-account-key-file:"/etc/kubernetes/pki/sa.pub"
service-account-jwks-uri: "https://localhost:6443/openid/v1/jwks"
kube-apiserver-arg: "--enable-admission-plugins=NodeRestriction,PodSecurityPolicy,PodNodeSelector,PodTolerationRestriction"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment