Clay
Clay
Following the steps at https://istio.io/latest/docs/setup/install/multicluster/primary-remote_multi-network/ doesn't lead to a working installation. Specifically, it only uses the `istioctl x create-remote-secret` to install a secret in the primary cluster, but until I...
**Describe the feature request** Remove the base configuration out of the IstioOperator spec and move them into new appropriate structures. The `base` configuration is logically a singleton, but at the...
e.g. don't require meshadmin if you're not using meshca
Instead of requiring people to run this script, we should just put the different options as discrete files in istio/options and then add some logic to combine them when running...
We should validate that the Docker image exists/is fetchable before attempting to install ASM, even if the config packages are available.
Re: #171 we don't do runtime validation when printing config. It may be useful in some scenarios, so it might be worth adding a flag to control this. This issue...
There's a lot of repeated logic, poor variable names, and magic constants that should be cleaned up in scripts/asm_installer/tests. We should go through and apply the same style standards that...