-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Implement ztunnel controller in Sail Operator
This PR implements the ztunnel controller and the associated unit tests in Sail Operator. Related to: #500 Signed-off-by: Sridhar Gaddam <[email protected]>
- Loading branch information
1 parent
02d1c8a
commit 1464eb2
Showing
8 changed files
with
972 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
apiVersion: sailoperator.io/v1alpha1 | ||
kind: Istio | ||
metadata: | ||
name: default | ||
spec: | ||
version: v1.24.0 | ||
namespace: istio-system | ||
profile: ambient | ||
updateStrategy: | ||
type: InPlace | ||
inactiveRevisionDeletionGracePeriodSeconds: 30 | ||
values: | ||
pilot: | ||
trustedZtunnelNamespace: "ztunnel" |
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,8 @@ | ||
apiVersion: sailoperator.io/v1alpha1 | ||
kind: IstioCNI | ||
metadata: | ||
name: default | ||
spec: | ||
version: v1.24.0 | ||
profile: ambient | ||
namespace: istio-cni |
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,8 @@ | ||
apiVersion: sailoperator.io/v1alpha1 | ||
kind: ZTunnel | ||
metadata: | ||
name: default | ||
spec: | ||
version: v1.24.0 | ||
namespace: ztunnel | ||
profile: ambient |
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
Oops, something went wrong.