-
Notifications
You must be signed in to change notification settings - Fork 70
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
Kube-dump Not working as expected #18
Comments
@OMO-NOSA, can you provide more information? Please show me the output of the commands |
@WoozyMasta Here: kubectl describe pod kube-dump output:
kubectl get events | grep kube-dump ==> this command did not return anything |
@OMO-NOSA, It looks like everything is working well, have you tried running a dump task? For example: |
Perhaps it was not obvious from the document, I corrected it, I hope it will be clearer this way |
@WoozyMasta Getting this Error: Error from server (Forbidden): pods "kube-dump" is forbidden: User "system:serviceaccount:kube-dump:kube-dump" cannot get resource "pods" in API group "" in the namespace "kube-dump" and this: Error: Found running on kubernetes cluster but attempting connect to API 10.0.0.1:443 failed with code 401 |
@OMO-NOSA, you have exactly set the ClusterRoleBinding from the deploy/cluster-role-view.yaml file? If so then try this: It looks like you don't have a standard view role in the cluster. Create this role from the clusterrole-view.yml file. Or you can issue the cluster-admin role, apply this deploy/cluster-role-admin.yaml file (this is not a good solution to issue the administrator role, I do not recommend doing this in a production environment) |
@WoozyMasta all my configuration seems good and up-to-date. What will you suggest the issue here is? Will saving the files to a git repo be any different? If so, be guide me on the process, as the documentation isn't thorough enough. Thanks |
Hello All,
I ran kube-dump as a kubernetes pod within my container and did the configuration to store both on a persistent disk and on a github repo.
I currently do not know the state of this as it is not showing a reasonable log information. Please see attached image.
Thanks
The text was updated successfully, but these errors were encountered: