Skip to content

Commit

Permalink
remove variable from default and passed to the inventory/sample/group…
Browse files Browse the repository at this point in the history
…_vars/k8s_cluster/k8s-cluster.yml
  • Loading branch information
titansmc committed Dec 19, 2023
1 parent 6734371 commit cdd6874
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 0 additions & 3 deletions inventory/sample/group_vars/k8s_cluster/k8s-cluster.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,9 +120,6 @@ kube_network_node_prefix_ipv6: 120
kube_apiserver_ip: "{{ kube_service_addresses | ipaddr('net') | ipaddr(1) | ipaddr('address') }}"
kube_apiserver_port: 6443 # (https)

# list of admission plugins that needs to be configured
kube_apiserver_admission_plugins_needs_configuration: [EventRateLimit, PodSecurity]

# Kube-proxy proxyMode configuration.
# Can be ipvs, iptables
kube_proxy_mode: ipvs
Expand Down
2 changes: 2 additions & 0 deletions roles/kubernetes/control-plane/vars/main.yaml
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
---
# list of admission plugins that needs to be configured
kube_apiserver_admission_plugins_needs_configuration: [EventRateLimit, PodSecurity, PodNodeSelector]

0 comments on commit cdd6874

Please sign in to comment.