Skip to content

Commit

Permalink
Cosmetic changes to README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
robinelfrink committed Mar 28, 2024
1 parent da85d5f commit 12ab7da
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,22 +35,22 @@ Start by providing authorization credentials to enable talos-vmtoolsd to talk wi
Admin credentials are required in order to issue reboot/shutdown commands.

```
# create new Talos API credentials
# (insert a control plane node's IP at $IP)
talosctl -n $IP config new vmtoolsd-secret.yaml --roles os:admin
# Create new Talos API credentials
talosctl --nodes <node ip> config new vmtoolsd-secret.yaml --roles os:admin
# import API credentials into K8s
kubectl -n kube-system create secret generic talos-vmtoolsd-config \
--from-file=talosconfig=./vmtoolsd-secret.yaml
# Import API credentials into K8s
kubectl --namespace kube-system \
create secret generic talos-vmtoolsd-config \
--from-file=talosconfig=./vmtoolsd-secret.yaml
# delete temporary credentials file
# Delete temporary credentials file
rm vmtoolsd-secret.yaml
```

Install or upgrade `talos-vmtoolsd`:

```
kubectl apply -f https://raw.githubusercontent.com/siderolabs/talos-vmtoolsd/master/deploy/latest.yaml
kubectl apply --filename https://raw.githubusercontent.com/siderolabs/talos-vmtoolsd/master/deploy/latest.yaml
```

# Talos Compatibility Matrix
Expand Down

0 comments on commit 12ab7da

Please sign in to comment.