-
Notifications
You must be signed in to change notification settings - Fork 980
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
93 changed files
with
12,250 additions
and
900 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 |
---|---|---|
@@ -1,3 +1,5 @@ | ||
coverage.out | ||
coverage.html | ||
*.test | ||
website/node_modules | ||
website/resources |
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 |
---|---|---|
@@ -0,0 +1,3 @@ | ||
[submodule "website/themes/docsy"] | ||
path = website/themes/docsy | ||
url = https://github.com/google/docsy.git |
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
File renamed without changes.
File renamed without changes.
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
File renamed without changes.
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 |
---|---|---|
|
@@ -66,19 +66,22 @@ codegen: ## Generate code. Must be run if changes are made to ./pkg/apis/... | |
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 \ | ||
-out-file API.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) | ||
yq e -i ".controller.image = \"$$($(WITH_RELEASE_REPO) $(WITH_GOFLAGS) ko publish -B -t $(RELEASE_VERSION) --platform all ./cmd/controller)\"" ./charts/karpenter/values.yaml | ||
yq e -i ".webhook.image = \"$$($(WITH_RELEASE_REPO) $(WITH_GOFLAGS) ko publish -B -t $(RELEASE_VERSION) --platform all ./cmd/webhook)\"" ./charts/karpenter/values.yaml | ||
yq e -i '.version = "$(RELEASE_VERSION)"' ./charts/karpenter/Chart.yaml | ||
yq e -i ".controller.image = \"$$($(WITH_RELEASE_REPO) $(WITH_GOFLAGS) ko publish -B -t $(RELEASE_VERSION) --platform all ./cmd/controller)\"" charts/karpenter/values.yaml | ||
yq e -i ".webhook.image = \"$$($(WITH_RELEASE_REPO) $(WITH_GOFLAGS) ko publish -B -t $(RELEASE_VERSION) --platform all ./cmd/webhook)\"" charts/karpenter/values.yaml | ||
yq e -i '.version = "$(RELEASE_VERSION)"' charts/karpenter/Chart.yaml | ||
|
||
helm: ## Generate Helm Chart | ||
helm: ## Generate Helm Chart | ||
cd charts;helm lint karpenter;helm package karpenter;helm repo index . | ||
|
||
website: ## Generate Docs Website | ||
cd website;npm install;hugo -d ../docs | ||
|
||
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 website 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
File renamed without changes.
File renamed without changes.
File renamed without changes.
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 |
---|---|---|
@@ -0,0 +1,2 @@ | ||
# Jekyll config | ||
exclude: ['./website'] |
File renamed without changes.
File renamed without changes.
File renamed without changes.
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 |
---|---|---|
@@ -0,0 +1,128 @@ | ||
<!doctype html> | ||
<html lang="en" class="no-js"> | ||
<head> | ||
<meta charset="utf-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> | ||
<meta name="generator" content="Hugo 0.85.0" /><META NAME="ROBOTS" CONTENT="NOINDEX, NOFOLLOW"> | ||
|
||
|
||
<link rel="shortcut icon" href="/karpenter/docs/favicons/favicon.ico" > | ||
<link rel="apple-touch-icon" href="/karpenter/docs/favicons/apple-touch-icon-180x180.png" sizes="180x180"> | ||
<link rel="icon" type="image/png" href="/karpenter/docs/favicons/favicon-16x16.png" sizes="16x16"> | ||
<link rel="icon" type="image/png" href="/karpenter/docs/favicons/favicon-32x32.png" sizes="32x32"> | ||
<link rel="icon" type="image/png" href="/karpenter/docs/favicons/android-36x36.png" sizes="36x36"> | ||
<link rel="icon" type="image/png" href="/karpenter/docs/favicons/android-48x48.png" sizes="48x48"> | ||
<link rel="icon" type="image/png" href="/karpenter/docs/favicons/android-72x72.png" sizes="72x72"> | ||
<link rel="icon" type="image/png" href="/karpenter/docs/favicons/android-96x96.png" sizes="96x96"> | ||
<link rel="icon" type="image/png" href="/karpenter/docs/favicons/android-144x144.png" sizes="144x144"> | ||
<link rel="icon" type="image/png" href="/karpenter/docs/favicons/android-192x192.png" sizes="192x192"> | ||
|
||
<title>404 Page not found | My New Hugo Site</title> | ||
<meta name="description" content=""><meta property="og:title" content="404 Page not found" /> | ||
<meta property="og:description" content="" /> | ||
<meta property="og:type" content="website" /> | ||
<meta property="og:url" content="http://awslabs.github.com/karpenter/docs/404.html" /> | ||
|
||
<meta itemprop="name" content="404 Page not found"> | ||
<meta itemprop="description" content=""><meta name="twitter:card" content="summary"/> | ||
<meta name="twitter:title" content="404 Page not found"/> | ||
<meta name="twitter:description" content=""/> | ||
|
||
|
||
|
||
|
||
<link rel="preload" href="/karpenter/docs/scss/main.min.c7864c5e11ce29b0d7fb95d2fbbc92f0cd7d92caacfebfa74a46b09df7d22072.css" as="style"> | ||
<link href="/karpenter/docs/scss/main.min.c7864c5e11ce29b0d7fb95d2fbbc92f0cd7d92caacfebfa74a46b09df7d22072.css" rel="stylesheet" integrity=""> | ||
|
||
|
||
<script | ||
src="https://code.jquery.com/jquery-3.5.1.min.js" | ||
integrity="sha256-9/aliU8dGd2tb6OSsuzixeV4y/faTqgFtohetphbbj0=" | ||
crossorigin="anonymous"></script> | ||
|
||
|
||
|
||
|
||
|
||
</head> | ||
<body class="td-404"> | ||
<header> | ||
|
||
<nav class="js-navbar-scroll navbar navbar-expand navbar-dark flex-column flex-md-row td-navbar"> | ||
<a class="navbar-brand" href="/karpenter/docs/"> | ||
<span class="navbar-logo"></span><span class="text-uppercase font-weight-bold">My New Hugo Site</span> | ||
</a> | ||
<div class="td-navbar-nav-scroll ml-md-auto" id="main_navbar"> | ||
<ul class="navbar-nav mt-2 mt-lg-0"> | ||
|
||
|
||
|
||
|
||
</ul> | ||
</div> | ||
<div class="navbar-nav d-none d-lg-block"> | ||
</div> | ||
</nav> | ||
|
||
</header> | ||
<div class="container-fluid td-default td-outer"> | ||
<main role="main" class="td-main"> | ||
|
||
<main id="main"> | ||
<div> | ||
<h1 id="title">Not found</h1> | ||
<p>Oops! This page doesn't exist. Try going back to our <a href="/karpenter/docs/">home page</a>.</p> | ||
</div> | ||
</main> | ||
|
||
</main> | ||
|
||
<footer class="bg-dark py-5 row d-print-none"> | ||
<div class="container-fluid mx-sm-5"> | ||
<div class="row"> | ||
<div class="col-6 col-sm-4 text-xs-center order-sm-2"> | ||
|
||
</div> | ||
<div class="col-6 col-sm-4 text-right text-xs-center order-sm-3"> | ||
|
||
</div> | ||
<div class="col-12 col-sm-4 text-center py-2 order-sm-2"> | ||
|
||
|
||
|
||
|
||
|
||
</div> | ||
</div> | ||
</div> | ||
</footer> | ||
|
||
|
||
</div> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/umd/popper.min.js" integrity="sha384-9/reFTGAW83EW2RDu2S0VKaIzap3H66lZH81PoYlFhbGU+6BZp6G7niu735Sk7lN" crossorigin="anonymous"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.min.js" integrity="sha384-+YQ4JLhjyBLPDQt//I+STsc9iw4uQqACwlvpslubQzn4u2UU2UFM80nGisd026JF" crossorigin="anonymous"></script> | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<script src="/karpenter/docs/js/main.min.492c73c720d423f271eac0a3a1ae34fdf851cafa1da7a788bc330115ad5d51c4.js" integrity="sha256-SSxzxyDUI/Jx6sCjoa40/fhRyvodp6eIvDMBFa1dUcQ=" crossorigin="anonymous"></script> | ||
|
||
|
||
|
||
|
||
</body> | ||
</html> |
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 |
---|---|---|
@@ -0,0 +1,135 @@ | ||
<!doctype html> | ||
<html lang="en" class="no-js"> | ||
<head> | ||
<meta charset="utf-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> | ||
<meta name="generator" content="Hugo 0.85.0" /><link rel="alternate" type="application/rss+xml" href="http://awslabs.github.com/karpenter/docs/categories/index.xml"> | ||
<META NAME="ROBOTS" CONTENT="NOINDEX, NOFOLLOW"> | ||
|
||
|
||
<link rel="shortcut icon" href="/karpenter/docs/favicons/favicon.ico" > | ||
<link rel="apple-touch-icon" href="/karpenter/docs/favicons/apple-touch-icon-180x180.png" sizes="180x180"> | ||
<link rel="icon" type="image/png" href="/karpenter/docs/favicons/favicon-16x16.png" sizes="16x16"> | ||
<link rel="icon" type="image/png" href="/karpenter/docs/favicons/favicon-32x32.png" sizes="32x32"> | ||
<link rel="icon" type="image/png" href="/karpenter/docs/favicons/android-36x36.png" sizes="36x36"> | ||
<link rel="icon" type="image/png" href="/karpenter/docs/favicons/android-48x48.png" sizes="48x48"> | ||
<link rel="icon" type="image/png" href="/karpenter/docs/favicons/android-72x72.png" sizes="72x72"> | ||
<link rel="icon" type="image/png" href="/karpenter/docs/favicons/android-96x96.png" sizes="96x96"> | ||
<link rel="icon" type="image/png" href="/karpenter/docs/favicons/android-144x144.png" sizes="144x144"> | ||
<link rel="icon" type="image/png" href="/karpenter/docs/favicons/android-192x192.png" sizes="192x192"> | ||
|
||
<title>Categories | My New Hugo Site</title> | ||
<meta name="description" content=""><meta property="og:title" content="Categories" /> | ||
<meta property="og:description" content="" /> | ||
<meta property="og:type" content="website" /> | ||
<meta property="og:url" content="http://awslabs.github.com/karpenter/docs/categories/" /> | ||
|
||
<meta itemprop="name" content="Categories"> | ||
<meta itemprop="description" content=""><meta name="twitter:card" content="summary"/> | ||
<meta name="twitter:title" content="Categories"/> | ||
<meta name="twitter:description" content=""/> | ||
|
||
|
||
|
||
|
||
<link rel="preload" href="/karpenter/docs/scss/main.min.c7864c5e11ce29b0d7fb95d2fbbc92f0cd7d92caacfebfa74a46b09df7d22072.css" as="style"> | ||
<link href="/karpenter/docs/scss/main.min.c7864c5e11ce29b0d7fb95d2fbbc92f0cd7d92caacfebfa74a46b09df7d22072.css" rel="stylesheet" integrity=""> | ||
|
||
|
||
<script | ||
src="https://code.jquery.com/jquery-3.5.1.min.js" | ||
integrity="sha256-9/aliU8dGd2tb6OSsuzixeV4y/faTqgFtohetphbbj0=" | ||
crossorigin="anonymous"></script> | ||
|
||
|
||
|
||
|
||
|
||
</head> | ||
<body class="td-taxonomy"> | ||
<header> | ||
|
||
<nav class="js-navbar-scroll navbar navbar-expand navbar-dark flex-column flex-md-row td-navbar"> | ||
<a class="navbar-brand" href="/karpenter/docs/"> | ||
<span class="navbar-logo"></span><span class="text-uppercase font-weight-bold">My New Hugo Site</span> | ||
</a> | ||
<div class="td-navbar-nav-scroll ml-md-auto" id="main_navbar"> | ||
<ul class="navbar-nav mt-2 mt-lg-0"> | ||
|
||
|
||
|
||
|
||
</ul> | ||
</div> | ||
<div class="navbar-nav d-none d-lg-block"> | ||
</div> | ||
</nav> | ||
|
||
</header> | ||
<div class="container-fluid td-default td-outer"> | ||
<main role="main" class="td-main"> | ||
|
||
<div class="td-content"> | ||
<main class="taxonomy-terms-page"> | ||
<h1>Categories</h1> | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
</main> | ||
</div> | ||
|
||
</main> | ||
|
||
<footer class="bg-dark py-5 row d-print-none"> | ||
<div class="container-fluid mx-sm-5"> | ||
<div class="row"> | ||
<div class="col-6 col-sm-4 text-xs-center order-sm-2"> | ||
|
||
</div> | ||
<div class="col-6 col-sm-4 text-right text-xs-center order-sm-3"> | ||
|
||
</div> | ||
<div class="col-12 col-sm-4 text-center py-2 order-sm-2"> | ||
|
||
|
||
|
||
|
||
|
||
</div> | ||
</div> | ||
</div> | ||
</footer> | ||
|
||
|
||
</div> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/umd/popper.min.js" integrity="sha384-9/reFTGAW83EW2RDu2S0VKaIzap3H66lZH81PoYlFhbGU+6BZp6G7niu735Sk7lN" crossorigin="anonymous"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.min.js" integrity="sha384-+YQ4JLhjyBLPDQt//I+STsc9iw4uQqACwlvpslubQzn4u2UU2UFM80nGisd026JF" crossorigin="anonymous"></script> | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<script src="/karpenter/docs/js/main.min.492c73c720d423f271eac0a3a1ae34fdf851cafa1da7a788bc330115ad5d51c4.js" integrity="sha256-SSxzxyDUI/Jx6sCjoa40/fhRyvodp6eIvDMBFa1dUcQ=" crossorigin="anonymous"></script> | ||
|
||
|
||
|
||
|
||
</body> | ||
</html> |
Oops, something went wrong.