Skip to content

Commit

Permalink
Add check for the Enterprise teleport-kube-agent
Browse files Browse the repository at this point in the history
Incorporates #41132
  • Loading branch information
ptgott committed Jun 17, 2024
1 parent 83a6533 commit 7b6431e
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions docs/pages/upgrading/automatic-agent-updates.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,22 @@ $ sudo chown <your-teleport-user> /etc/teleport-upgrade.d/schedule
This section assumes that the name of your `teleport-kube-agent` release is
`teleport-agent`, and that you have installed it in the `teleport` namespace.

1. Confirm that you are using the Teleport Enterprise edition of the
`teleport-kube-agent` chart. You should see the following when you query your
`teleport-kube-agent` release:

```code
$ helm -n `teleport` get values `teleport-agent` -o json | jq '.enterprise'
true
```

If another value such as `null` is returned, update your existing agent
`values.yaml` to use the Enterprise version:

```yaml
enterprise: true
```
1. Add the following chart values to the values file for the
`teleport-kube-agent` chart:

Expand Down

0 comments on commit 7b6431e

Please sign in to comment.