-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Known issues for 1.0.0-beta-RC #28
Comments
ArgoCD returns an issue with authentication:
|
This is now fixed by giving another value, |
It seems that Lens support is currently broken, Deployments are not shown. |
Mounting configmaps is broken. When using the manifest below, the following errors are raised:
Manifests used for testing: influxdb.yml
influxdb-2.yml
|
The -A flag fails to display deployments across all namespaces:
|
Deploying the async Edge agent automatically when starting k2d fails with the following error when using the volume backend store:
|
Pod summary in Lens is reporting a pending a status for all pods: |
(⎈|k2d:N/A)➜ k2d (feat/argo) k get pvc -A [11:29:46] ✭
Error from server (InternalError): an error on the server ("unable to get table: unable to list persistent volume claim: unable to get persistent volume claim: unable to get configmap: resource not found") has prevented the request from succeeding (get persistentvolumeclaims) |
Lens is not showing PVs, PVCs, and Storage Classes |
PVC are not reported by The system configmaps are also not located in the correct namespace. |
This is a thread to reference known issues with the current development build for the 1.0.0-beta release.
kubectl get deployments -A
is not working: Known issues for 1.0.0-beta-RC #28 (comment)kubectl get pvc -A
is not working: Known issues for 1.0.0-beta-RC #28 (comment)The text was updated successfully, but these errors were encountered: