simplytunde
simplytunde

Reputation: 197

AWS EKS: Enabling Admission Controllers

I am trying to enable some admission controllers on EKS. How do you see the existing admission controllers and enable new ones?

Upvotes: 5

Views: 3093

Answers (1)

jaxxstorm
jaxxstorm

Reputation: 13241

I don't believe this is possible at this time. The control plane is managed by Amazon, and it's not possible to modify it.

If you need a Kubernetes cluster in AWS with these kind of options, use kops

Upvotes: 6

Related Questions