-
Notifications
You must be signed in to change notification settings - Fork 376
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove the "operator" init container
- Remove the "operator" init container. Now there is a proper operator deployment, so we don't need to create CRDs in the init container. - Update the Tetragon daemonset ClusterRole accordingly. - Modify the Tetragon daemonset initialization logic to wait for all the required CRDs to show up before proceeding. Signed-off-by: Michi Mutsuzaki <[email protected]>
- Loading branch information
1 parent
10c3d07
commit 8f661fd
Showing
13 changed files
with
338 additions
and
57 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
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -81,6 +81,8 @@ type config struct { | |
EnableMsgHandlingLatency bool | ||
|
||
KMods []string | ||
|
||
EnablePodInfo bool | ||
} | ||
|
||
var ( | ||
|
89 changes: 89 additions & 0 deletions
89
...server/pkg/client/informers/externalversions/apiextensions/v1/customresourcedefinition.go
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
45 changes: 45 additions & 0 deletions
45
...iextensions-apiserver/pkg/client/informers/externalversions/apiextensions/v1/interface.go
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
40 changes: 40 additions & 0 deletions
40
...-apiserver/pkg/client/informers/externalversions/internalinterfaces/factory_interfaces.go
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.