gentle-hospital-95414
05/04/2023, 7:15 PMkubectl apply -k ...
(using kustomize to deploy several manifests):
error: error validating "kustomization/juicy-staging": error validating data: the server has asked for the client to provide credentials; if you choose to ignore these errors, turn validation off with --validate=false
This seems to be a simple authentication issue, but I can execute any other kubectl command I can think of without issue, and the kustomize deployment even works if I add --validate=false
. I'll add some more detail in a thread.-v 6
to the kubectl command, I see a few HTTP GET reqeusts succeed, then one fail with 401. The failing request is to
<https://server-domain/openapi/v3/api/v1?hash=...&timeout=32s>