Optional flags in kube-apiserver

You want to ensure that all requests presenting a client certificate signed by any of the authorities mentioned in the client-ca-file are authenticated with an identity corresponding to the CommonName of the client certificate.

Which of these optional flags in kube-apiserver are you likely to set to achieve this?

Options
  1. –client-ca-file string
  2. –cloud-config string
  3. –contention-profiling
  4. –cors-allowed-origins stringSlice

Related Posts