Skip to content

Commit 8cf30bd

Browse files
committed
docs: update README
Simplifies the README a bit. Getting started now shows how to use `kustomize`. Signed-off-by: Andrew Rynhard <andrew@andrewrynhard.com>
1 parent 004ae84 commit 8cf30bd

File tree

1 file changed

+2
-11
lines changed

1 file changed

+2
-11
lines changed

README.md

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ kubectl label node -l node-role.kubernetes.io/worker='' v1alpha1.upgrade.talos.d
99

1010
```bash
1111
export TOKEN=<token>
12-
cat <<EOF >./hack/config/env.yaml
12+
cat <<EOF >./hack/config/examples/env.yaml
1313
apiVersion: apps/v1
1414
kind: DaemonSet
1515
metadata:
@@ -26,22 +26,13 @@ EOF
2626
```
2727

2828
```bash
29-
make deploy
29+
kubectl apply -k ./hack/config/examples
3030
```
3131

3232
```bash
3333
kubectl get pods -n talos-system
3434
```
3535

36-
```bash
37-
kubectl apply -f hack/config/examples/pool.yaml
38-
```
39-
4036
```bash
4137
kubectl logs -n talos-system -f $(kubectl get lease -n talos-system talos-controller-manager -o jsonpath='{.spec.holderIdentity}')
4238
```
43-
44-
## TODO
45-
46-
- Upgrade window
47-
- Explicit version (takes precedence over `channel`)

0 commit comments

Comments
 (0)