-
Notifications
You must be signed in to change notification settings - Fork 33
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]>
sridhargaddam
added a commit
to sridhargaddam/sail-operator
that referenced
this issue
Jan 10, 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]>
istio-testing
pushed a commit
that referenced
this issue
Jan 16, 2025
* e2e tests for validating Ambient deployment This PR implements e2e tests for control plane and dataplane validation of Ambient profile in the Sail Operator. Related to: #500 Signed-off-by: Sridhar Gaddam <[email protected]> * Fix flaky error seen while running tests As part of the test framework, when istio and istio-cni namespaces are deleted, we were not waiting until the namespaces are deleted. Because of this, we were seeing some race conditions in subsequent tests. This PR fixes it. Signed-off-by: Sridhar Gaddam <[email protected]> * Verify ztunnel listening sockets in the application pod ns Signed-off-by: Sridhar Gaddam <[email protected]> * Avoid platform while running the e2e tests Signed-off-by: Sridhar Gaddam <[email protected]> --------- Signed-off-by: Sridhar Gaddam <[email protected]>
sridhargaddam
added a commit
to sridhargaddam/sail-operator
that referenced
this issue
Jan 20, 2025
Even though we can install Ambient using the Sail Operator, we're unable to override some of the Ambient parameters in the IstioCNI chart because the CNIAmbientConfig is missing from the CNIConfig struct. This PR fixes it. 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: