* Bump master to next version
* remove link to removed IstioOperator doc
* disable operator test
* improve test
* Add back operator doc
* fix version
* drop operator
* bump version
* snips
* fix
* fix lint
* Add redirect
* Kick GitHub
* fix lint
* I hope this isn't genchecked
* fix Gateway API test
* bump again
* fix cleanup
Signed-off-by: Faseela K <faseela.k@est.tech>
* fix cleanup
Signed-off-by: Faseela K <faseela.k@est.tech>
* fix multicluster cleanup
Signed-off-by: Faseela K <faseela.k@est.tech>
* disable skywalking test
Signed-off-by: Faseela K <faseela.k@est.tech>
* fix spire and multiple controlplane tests
Signed-off-by: Faseela K <faseela.k@est.tech>
---------
Signed-off-by: Faseela K <faseela.k@est.tech>
Co-authored-by: Craig Box <craig.box@gmail.com>
Co-authored-by: Faseela K <faseela.k@est.tech>
* updating dashboard instructions to reflect latest kubernetes dashboard install with helm and the new service name
* adds issuer tip and acme tip for certmanager
* fixes issuer marking
* fix linting issues
* Update content/en/docs/ops/integrations/certmanager/index.md
Co-authored-by: Daniel Hawton <daniel@hawton.org>
* Update content/en/docs/ops/integrations/certmanager/index.md
Co-authored-by: Daniel Hawton <daniel@hawton.org>
* fix idents
* fix indents
---------
Co-authored-by: Daniel Hawton <daniel@hawton.org>
* add doc for third party ingress
* fix mermaid maybe
* Fix spell checker
* na
* Apply suggestions from code review
Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>
Co-authored-by: Eric Van Norman <ericvn@us.ibm.com>
---------
Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>
Co-authored-by: Eric Van Norman <ericvn@us.ibm.com>
* Update Istio/SPIRE integration demo to use SPIRE Controller
Manager instead of k8s workload registration.
Signed-off-by: jaellio <jaellio@microsoft.com>
* Adds test for automatic workload registration via the SPIRE
controller manager. During cleanup, removes generated istio.yaml
and chaim.pem files. Updates label to
spiffe.io/spire-managed-identity.
Signed-off-by: jaellio <jaellio@microsoft.com>
* Adds missing newline
Signed-off-by: jaellio <jaellio@microsoft.com>
* Fix spelling error
Signed-off-by: jaellio <jaellio@microsoft.com>
* Add missing ns flag on role and rolebinding resource commands
Signed-off-by: jaellio <jaellio@microsoft.com>
* Delete sleep resources and uninstall before SPIRE
Signed-off-by: jaellio <jaellio@microsoft.com>
* Reconfigures demo so istio install is not expected to fail.
Created ClusterSPIFFEID before install istio. Previously install
would fail because the ingress gateway wasn't registered/
Signed-off-by: jaellio <jaellio@microsoft.com>
* Remove references to v1.14 and update required version to 1.14+
Signed-off-by: jaellio <jaellio@microsoft.com>
* Fix lint errors
Signed-off-by: jaellio <jaellio@microsoft.com>
---------
Signed-off-by: jaellio <jaellio@microsoft.com>
* Add documentations for SkyWalking integration and task
* Add script to undeploy skywalking
* Clean up istio namespace
* Update index.md
* Address review comments
* Apply suggestions from code review
Co-authored-by: Eric Van Norman <ericvn@us.ibm.com>
Co-authored-by: Eric Van Norman <ericvn@us.ibm.com>
Now that the Kiali addon has been upgraded to v1.36, there is no longer the monitoring dashboard CRD that we have to worry about. This is what caused that timing error (the CRD would fail to be established in time before the dashboards themselves started to get created).
Since this timing error won't happen, we can remove this warning in the docs.
When trying to run the code I found that it failed, debugging I found the issue to a bad revision being found (`null`), fixing this gets the revision and fixes the process. I still notice that grafana dashboard 7642 still has issues compared to the other dashboards. I don't know why yet. Might look into that next but for now this fixes all the others.
* Clarify Prometheus TLS settings.
* Update content/en/docs/ops/integrations/prometheus/index.md
Co-authored-by: Eric Van Norman <ericvn@us.ibm.com>
* Update content/en/docs/ops/integrations/prometheus/index.md
Co-authored-by: Eric Van Norman <ericvn@us.ibm.com>
* Update content/en/docs/ops/integrations/prometheus/index.md
Co-authored-by: Eric Van Norman <ericvn@us.ibm.com>
Co-authored-by: Eric Van Norman <ericvn@us.ibm.com>
* Do not explicitly set addon namespace
its hardcoded in the manifest, and there are multiple namespaces used so
hardcoded it to istio-system will fail
* fix -f flag
* Clarify where annotation should be inserted
Explain the default merge scrape path:port.
Add some detail on where the annotations should go.
* Update index.md
* Update index.md
* Update index.md
* Update index.md