File tree Expand file tree Collapse file tree 1 file changed +2
-11
lines changed Expand file tree Collapse file tree 1 file changed +2
-11
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ kubectl label node -l node-role.kubernetes.io/worker='' v1alpha1.upgrade.talos.d
99
1010``` bash
1111export TOKEN=< token>
12- cat << EOF >./hack/config/env.yaml
12+ cat << EOF >./hack/config/examples/ env.yaml
1313apiVersion: apps/v1
1414kind: DaemonSet
1515metadata:
2626```
2727
2828``` bash
29- make deploy
29+ kubectl apply -k ./hack/config/examples
3030```
3131
3232``` bash
3333kubectl get pods -n talos-system
3434```
3535
36- ``` bash
37- kubectl apply -f hack/config/examples/pool.yaml
38- ```
39-
4036``` bash
4137kubectl 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 ` )
You can’t perform that action at this time.
0 commit comments