We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi another start item
`kubectl -n marsel create secret generic stardog-license --from-file stardog-license-key.bin=./stardog-license-key.bin error: failed to create secret Post "http://localhost:8080/api/v1/namespaces/marsel/secrets?fieldManager=kubectl-create":
dial tcp [::1]:8080: connect: connection refused `
Should there be some type of initiation ahead of time of kubectl?
8080 port is free
% lsof -i -P -n | grep 8080 %
The text was updated successfully, but these errors were encountered:
Is your Kubernetes running on your local host?
Sorry, something went wrong.
No branches or pull requests
Hi another start item
`kubectl -n marsel create secret generic stardog-license --from-file stardog-license-key.bin=./stardog-license-key.bin
error: failed to create secret Post "http://localhost:8080/api/v1/namespaces/marsel/secrets?fieldManager=kubectl-create":
dial tcp [::1]:8080: connect: connection refused
`
Should there be some type of initiation ahead of time of kubectl?
8080 port is free
% lsof -i -P -n | grep 8080 %
The text was updated successfully, but these errors were encountered: