Merge pull request #924 from slumbering/kubernetes-docs
use a more generic command
This commit is contained in:
commit
9e1f59ed69
@ -119,7 +119,7 @@ mkdir kube
|
|||||||
Kubernetes objects are located inside the `k8s` folder:
|
Kubernetes objects are located inside the `k8s` folder:
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
tree k8s
|
ls -l k8s
|
||||||
# k8s
|
# k8s
|
||||||
# ├── deployment.yaml
|
# ├── deployment.yaml
|
||||||
# └── service.yaml
|
# └── service.yaml
|
||||||
@ -179,7 +179,7 @@ todoApp: kubernetes.#Resources & {
|
|||||||
```
|
```
|
||||||
|
|
||||||
This defines a `todoApp` variable containing the Kubernetes objects used to create a todoapp deployment. It also
|
This defines a `todoApp` variable containing the Kubernetes objects used to create a todoapp deployment. It also
|
||||||
references a `kubeconfig` value defined above:
|
references a `kubeconfig` value defined below:
|
||||||
|
|
||||||
<Tabs defaultValue="kind"
|
<Tabs defaultValue="kind"
|
||||||
groupId="provider"
|
groupId="provider"
|
||||||
@ -189,7 +189,7 @@ values={[
|
|||||||
|
|
||||||
<TabItem value="kind">
|
<TabItem value="kind">
|
||||||
|
|
||||||
The above `config.cue` defines:
|
The following `config.cue` defines:
|
||||||
|
|
||||||
- `kubeconfig` a generic value created to embed this string `kubeconfig` value
|
- `kubeconfig` a generic value created to embed this string `kubeconfig` value
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user