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

Added delete namespace to uninstall process #458

Merged
merged 2 commits into from
Jun 16, 2021
Merged

Added delete namespace to uninstall process #458

merged 2 commits into from
Jun 16, 2021

Conversation

njtran
Copy link
Contributor

@njtran njtran commented Jun 16, 2021

Issue #, if available:

Description of changes:

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@njtran njtran closed this Jun 16, 2021
@njtran njtran reopened this Jun 16, 2021
Makefile Outdated
@@ -42,16 +42,19 @@ licenses: ## Verifies dependency licenses and requires GITHUB_TOKEN to be set
go build $(GOFLAGS) -o karpenter cmd/controller/main.go
golicense hack/license-config.hcl karpenter

## Assumes developer is working with AWS. Remove line 52 if you are not working with AWS.
Copy link
Contributor

Choose a reason for hiding this comment

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

I'd remove this comment. It's not really tenable to ask users to modify makefiles locally. We will need a better solution for other clouds, let's solve it when we get there. Further, this doesn't actually break anything if you're not on AWS, it just applies a bogus annotation that does nothing.

In the long run, we might want to do something like check if CLOUD_PROVIDER is AWS and do something special, but let's hold off for now.

Copy link
Contributor

@ellistarn ellistarn left a comment

Choose a reason for hiding this comment

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

Minor nit. Otherwise very excited for this.

@njtran njtran merged commit 7fcd1bb into aws:main Jun 16, 2021
@njtran njtran deleted the fixDocs branch July 1, 2021 19:54
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.

2 participants