Skip to content
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

Fixes #758 - Adding k8sgpt-operator to marketplace #774

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

milindchawre
Copy link
Contributor

Fixes #758 - Adding k8sgpt-operator to marketplace.

Verified the installation works as expected.
image

kubectl config set-context --current --namespace=$NS

# Uninstall chart
helm uninstall k8sgpt-operator
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this would need to be namespaces for the uninstall, might be bit of a moot point since the next step is deleting the namespace but figured I'ed mention for the helm operation to pass.

Suggested change
helm uninstall k8sgpt-operator
helm uninstall k8sgpt-operator -n k8sgpt-operator-system

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Marketplace addition request: k8sgpt
2 participants