adamant-kite-43734
09/14/2023, 2:38 PMstrong-action-64019
09/15/2023, 11:12 AMkubectl -n cattle-system create secret generic tls-ca \
--from-file=./my_ca_chain.pem
to:
kubectl -n cattle-system create secret generic tls-ca \
--from-file=cacerts.pem=./my_ca_chain.pem
Redeployed the cluster-agent and everything is working perfectly fine. Have a nice weekend everyone!