You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 12, 2024. It is now read-only.
I would like to know if argo-ci does support kubernetes 1.9 or later?
After installed argo-ci I'm getting the error below in the argo-ci-ci pod.
no such file or directory, open '/var/run/secrets/kubernetes.io/serviceaccount/ca.crt'
I think the path has been changed last year to /var/lib/kubelet/pki .
Full log: kubectl logs -n argoproj argo-ci-ci-74c8cc8859-c758h {"name":"add-status","hostname":"argo-ci-ci-74c8cc8859-c758h","pid":6,"level":50,"err":{"message":"ENOENT: no such file or directory, open '/var/run/secrets/kubernetes.io/serviceaccount/ca.crt'","name":"Error","stack":"Error: ENOENT: no such file or directory, open '/var/run/secrets/kubernetes.io/serviceaccount/ca.crt'\n at Error (native)\n at Object.fs.openSync (fs.js:640:18)\n at Object.fs.readFileSync (fs.js:508:33)\n at Object.getInCluster (/app/node_modules/kubernetes-client/lib/config.js:35:17)\n at Object.createKubeCrdClient (/app/util.js:48:62)\n at Object.<anonymous> (/app/app.js:37:36)\n at next (native)\n at /app/app.js:7:71\n at __awaiter (/app/app.js:3:12)\n at Object.createServers (/app/app.js:36:12)","code":"ENOENT"},"msg":"ENOENT: no such file or directory, open '/var/run/secrets/kubernetes.io/serviceaccount/ca.crt'","time":"2019-01-24T04:48:23.231Z","v":0}
Hi,
I would like to know if
argo-cidoes support kubernetes 1.9 or later?After installed
argo-ciI'm getting the error below in the argo-ci-ci pod.I think the path has been changed last year to
/var/lib/kubelet/pki.Full log:
kubectl logs -n argoproj argo-ci-ci-74c8cc8859-c758h {"name":"add-status","hostname":"argo-ci-ci-74c8cc8859-c758h","pid":6,"level":50,"err":{"message":"ENOENT: no such file or directory, open '/var/run/secrets/kubernetes.io/serviceaccount/ca.crt'","name":"Error","stack":"Error: ENOENT: no such file or directory, open '/var/run/secrets/kubernetes.io/serviceaccount/ca.crt'\n at Error (native)\n at Object.fs.openSync (fs.js:640:18)\n at Object.fs.readFileSync (fs.js:508:33)\n at Object.getInCluster (/app/node_modules/kubernetes-client/lib/config.js:35:17)\n at Object.createKubeCrdClient (/app/util.js:48:62)\n at Object.<anonymous> (/app/app.js:37:36)\n at next (native)\n at /app/app.js:7:71\n at __awaiter (/app/app.js:3:12)\n at Object.createServers (/app/app.js:36:12)","code":"ENOENT"},"msg":"ENOENT: no such file or directory, open '/var/run/secrets/kubernetes.io/serviceaccount/ca.crt'","time":"2019-01-24T04:48:23.231Z","v":0}