-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[EPIC] Ambient mode support in Sail Operator #500
Comments
sridhargaddam
added a commit
to sridhargaddam/sail-operator
that referenced
this issue
Dec 6, 2024
This PR implements the ztunnel controller and the associated unit tests in Sail Operator. Related to: istio-ecosystem#500 Signed-off-by: Sridhar Gaddam <[email protected]>
istio-testing
pushed a commit
that referenced
this issue
Dec 9, 2024
This PR implements the ztunnel controller and the associated unit tests in Sail Operator. Related to: #500 Signed-off-by: Sridhar Gaddam <[email protected]>
sridhargaddam
added a commit
to sridhargaddam/sail-operator
that referenced
this issue
Dec 17, 2024
When make undeploy is executed in an Ambient deployment, it hangs. This happens because the Sail Operator is deleted, but a finalizer remains on the ztunnel resource. As the finalizer isn't removed, the ztunnel CR and the associated CRD cannot be deleted. Related to: istio-ecosystem#500 Signed-off-by: Sridhar Gaddam <[email protected]>
istio-testing
pushed a commit
that referenced
this issue
Dec 17, 2024
When make undeploy is executed in an Ambient deployment, it hangs. This happens because the Sail Operator is deleted, but a finalizer remains on the ztunnel resource. As the finalizer isn't removed, the ztunnel CR and the associated CRD cannot be deleted. Related to: #500 Signed-off-by: Sridhar Gaddam <[email protected]>
sridhargaddam
added a commit
to sridhargaddam/sail-operator
that referenced
this issue
Dec 23, 2024
This PR implements e2e tests for control plane and dataplane validation of Ambient profile in the Sail Operator. Related to: istio-ecosystem#500 Signed-off-by: Sridhar Gaddam <[email protected]>
sridhargaddam
added a commit
to sridhargaddam/sail-operator
that referenced
this issue
Dec 24, 2024
This PR implements e2e tests for control plane and dataplane validation of Ambient profile in the Sail Operator. Related to: istio-ecosystem#500 Signed-off-by: Sridhar Gaddam <[email protected]>
sridhargaddam
added a commit
to sridhargaddam/sail-operator
that referenced
this issue
Jan 8, 2025
This PR implements e2e tests for control plane and dataplane validation of Ambient profile in the Sail Operator. Related to: istio-ecosystem#500 Signed-off-by: Sridhar Gaddam <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Epic Description
Add necessary support in the Sail Operator to deploy Istio in Ambient mode.
make undeploy
in an Ambient deploymentThe text was updated successfully, but these errors were encountered: