forked from kubernetes-sigs/kwok
-
Notifications
You must be signed in to change notification settings - Fork 2
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
6 changed files
with
91 additions
and
69 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
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,6 +1,13 @@ | ||
apiVersion: v2 | ||
appVersion: "0.5.2" | ||
description: KWOK (Kubernetes WithOut Kubelet) | ||
type: application | ||
home: https://kwok.sigs.k8s.io/ | ||
icon: https://github.com/kubernetes-sigs/kwok/raw/main/logo/kwok.png | ||
keywords: | ||
- kubernetes | ||
- kwok | ||
sources: | ||
- https://github.com/kubernetes-sigs/kwok | ||
name: kwok | ||
description: KWOK (Kubernetes WithOut Kubelet) | ||
version: 0.0.1 | ||
appVersion: "0.5.2" | ||
version: 0.0.2 |
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,35 @@ | ||
# KWOK (Kubernetes WithOut Kubelet) | ||
|
||
[KWOK](https://github.com/kubernetes-sigs/kwok/) - Simulates thousands of Nodes and Clusters. | ||
|
||
## Installing the Chart | ||
|
||
Before you can install the chart you will need to add the `kwok` repo to [Helm](https://helm.sh/). | ||
|
||
```shell | ||
helm repo add kwok https://kubernetes-sigs.github.io/kwok/ | ||
``` | ||
|
||
After you've installed the repo you can install the chart. | ||
|
||
```shell | ||
helm upgrade --install kwok kwok/kwok | ||
``` | ||
|
||
Set up default custom resources (CRs) of stages | ||
```shell | ||
helm upgrade --install kwok kwok/stage-fast | ||
``` | ||
|
||
## Configuration | ||
|
||
The following table lists the configurable parameters of the KWOK chart and their default values. | ||
|
||
| Parameter | Description | Default | | ||
| ------------------------------------ | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------ | | ||
| `image.repository` | Image repository. | `registry.k8s.io/metrics-server/metrics-server` | | ||
| `image.tag` | Image tag, will override the default tag derived from the chart app version. | `""` | | ||
| `image.pullPolicy` | Image pull policy. | `IfNotPresent` | | ||
| `imagePullSecrets` | Image pull secrets. | `[]` | | ||
| `nameOverride` | Override the `name` of the chart. | `nil` | | ||
| `fullnameOverride` | Override the `fullname` of the chart. | `nil` | |
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,6 +1,14 @@ | ||
apiVersion: v2 | ||
annotations: | ||
kwok.x-k8s.io/version: "0.5.2" | ||
description: Default stage policy of KWOK (Kubernetes WithOut Kubelet) | ||
type: application | ||
home: https://kwok.sigs.k8s.io/ | ||
icon: https://github.com/kubernetes-sigs/kwok/raw/main/logo/kwok.png | ||
keywords: | ||
- kubernetes | ||
- kwok | ||
sources: | ||
- https://github.com/kubernetes-sigs/kwok | ||
name: stage-fast | ||
description: Default stage policy of KWOK (Kubernetes WithOut Kubelet) | ||
version: 0.0.1 | ||
appVersion: "0.5.2" | ||
version: 0.0.2 |
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,35 @@ | ||
# Default stage policy of KWOK (Kubernetes WithOut Kubelet) | ||
|
||
[KWOK](https://github.com/kubernetes-sigs/kwok/) - Simulates thousands of Nodes and Clusters. | ||
|
||
## Installing the Chart | ||
|
||
Before you can install the chart you will need to add the `kwok` repo to [Helm](https://helm.sh/). | ||
|
||
```shell | ||
helm repo add kwok https://kubernetes-sigs.github.io/kwok/ | ||
``` | ||
|
||
After you've installed the repo you can install the chart. | ||
|
||
```shell | ||
helm upgrade --install kwok kwok/kwok | ||
``` | ||
|
||
Set up default custom resources (CRs) of stages | ||
```shell | ||
helm upgrade --install kwok kwok/stage-fast | ||
``` | ||
|
||
## Configuration | ||
|
||
The following table lists the configurable parameters of the KWOK chart and their default values. | ||
|
||
| Parameter | Description | Default | | ||
| ------------------------------------ | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------ | | ||
| `image.repository` | Image repository. | `registry.k8s.io/metrics-server/metrics-server` | | ||
| `image.tag` | Image tag, will override the default tag derived from the chart app version. | `""` | | ||
| `image.pullPolicy` | Image pull policy. | `IfNotPresent` | | ||
| `imagePullSecrets` | Image pull secrets. | `[]` | | ||
| `nameOverride` | Override the `name` of the chart. | `nil` | | ||
| `fullnameOverride` | Override the `fullname` of the chart. | `nil` | |
This file was deleted.
Oops, something went wrong.