Within my user’s .kube/config file and I have it set to the certificate-authority-data parameter and the user is able to run jobs and access the terminal with no issue. However, on a system reboot and when the server is reset the .kube/config file is modifed and the parameter certificate-authority-data is set to certificate-authority automatically after calling for a job / container. Does OnDemand have some sort of process to automatically reset configs file or some sort of system I am missing?
apiVersion: v1
clusters:
- cluster:
→ certificate-authority: crt_path
→ certificate-authority-data: blank
server: https://host_id:6443
name: default