Clay

Results 10 issues of 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...

area/environments
kind/docs

**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...

kind/enhancement
area/test and release
area/environments
area/user experience

e.g. don't require meshadmin if you're not using meshca

asm-installer

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...

enhancement
asm-installer

We should validate that the Docker image exists/is fetchable before attempting to install ASM, even if the config packages are available.

asm-installer

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...

asm-installer

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...

asm-installer