Stanislav Ogarkov

Results 6 comments of Stanislav Ogarkov

Could anyone explain current expected dev flow? I can create src.rego and src_test.rego and run `opa test src.rego src_test.rego` to test it. But how can i test constraint template?

> > Order of upgrade from 1.25... > > @aramhakobyan I think you are missing a `kops rolling-update cluster --yes `: https://kops.sigs.k8s.io/cli/kops_rolling-update_cluster/ It was not mentioned but we run `kops...

Also cluster-completed.spec file from S3 cluster state bucket does not have ``` spec: api: additionalSANs: - internal-{{.cluster_fqdn}} ``` So it looks like it is dropped during some conversion?

Changing to ``` spec: additionalSANs: - internal-{{.cluster_fqdn}} ``` made kops add the needed SAN. Is there a way to make kops keep old record with new masters IP addresses i.e....

Tried with v0.13.5 and got same result. I don't see any rate limit logs anywhere, but it seems [here ](https://github.com/kubernetes-sigs/external-dns/blob/bc61d4deb357c9283fda5b199c0ab52283a91b88/source/istio_virtualservice.go#L126) something is really slow. When it iterates over all virtual...

@BlueBlueSummer thanks, we can't run it like this - it is it's sole purpose for us to generate records in route 53 based on virtual services :)