-
Notifications
You must be signed in to change notification settings - Fork 1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
This reverts commit 8aab1e5.
- Loading branch information
Showing
47 changed files
with
258 additions
and
338 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -63,11 +63,6 @@ codegen: ## Generate code. Must be run if changes are made to ./pkg/apis/... | |
# CRDs don't currently jive with VolatileTime, which has an Any type. | ||
perl -pi -e 's/Any/string/g' charts/karpenter/templates/provisioning.karpenter.sh_provisioners.yaml | ||
hack/boilerplate.sh | ||
gen-crd-api-reference-docs \ | ||
-api-dir ./pkg/apis/provisioning/v1alpha2 \ | ||
-config $(shell go env GOMODCACHE)/github.com/ahmetb/[email protected]/example-config.json \ | ||
-out-file docs/README.md \ | ||
-template-dir $(shell go env GOMODCACHE)/github.com/ahmetb/[email protected]/template | ||
|
||
publish: ## Generate release manifests and publish a versioned container image. | ||
@aws ecr-public get-login-password --region us-east-1 | docker login --username AWS --password-stdin $(RELEASE_REPO) | ||
|
@@ -78,7 +73,14 @@ publish: ## Generate release manifests and publish a versioned container image. | |
helm: ## Generate Helm Chart | ||
cd charts;helm lint karpenter;helm package karpenter;helm repo index . | ||
|
||
docs: ## Generate Docs | ||
gen-crd-api-reference-docs \ | ||
-api-dir ./pkg/apis/provisioning/v1alpha1 \ | ||
-config $(shell go env GOMODCACHE)/github.com/ahmetb/[email protected]/example-config.json \ | ||
-out-file docs/README.md \ | ||
-template-dir $(shell go env GOMODCACHE)/github.com/ahmetb/[email protected]/template | ||
|
||
toolchain: ## Install developer toolchain | ||
./hack/toolchain.sh | ||
|
||
.PHONY: help dev ci release test battletest verify codegen apply delete publish helm toolchain licenses | ||
.PHONY: help dev ci release test battletest verify codegen apply delete publish helm docs toolchain licenses |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.