-
Notifications
You must be signed in to change notification settings - Fork 374
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Since v1.1.1 was never completed, I've copied the upgrade notes from 1.1.1 to 1.1.2. Signed-off-by: Kornilios Kourtis <[email protected]>
- Loading branch information
Showing
6 changed files
with
33 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
## Upgrade notes for version v1.1.2 | ||
|
||
### Helm | ||
|
||
The default livenessProbe was changed to use a gRPC liveness probe instead of the tetra status | ||
command. | ||
|
||
Users can migrate to the old behavior by using a helm configuration such as: | ||
``` | ||
tetragon: | ||
livenessProbe: | ||
timeoutSeconds: 60 | ||
exec: | ||
command: | ||
- tetra | ||
- status | ||
- --server-address | ||
- "54321" | ||
- --retries | ||
- "5" | ||
``` |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters