Craig Box

Results 111 issues of Craig Box

The Istio documentation repo is currently published under the Apache 2.0 license. It should be published under the Creative Commons 4.0 according to point 11.f of the CNCF Charter. This...

size/XL
do-not-merge/hold

https://github.com/istio/istio-events is the source repo for the events.istio.io website. A few things are broken about the way the 2021 and 2022 sites are archived: **Relative paths** Some URLs are rooted...

good first issue

I got bitten by https://github.com/kubernetes-sigs/cloud-provider-kind/issues/90. Could you detect a user running locally on a Mac (not in a container) and terminate if they don't have the permissions to accept network...

kind/feature
good first issue
help wanted

https://prow.istio.io/view/gs/istio-prow/pr-logs/pull/istio_istio.io/15483/doc.test.profile-default_istio.io/1825705272044163072 The first failure is in [TestDocs/tasks/traffic-management/ingress/ingress-control/gtwapi_test.sh](https://gcsweb.istio.io/gcs/istio-prow/pr-logs/pull/istio_istio.io/15483/doc.test.profile-default_istio.io/1825705272044163072/artifacts/tests-setup-profile-default-eb7/TestDocs/tasks/traffic-management/ingress/ingress-control/gtwapi_test.sh/). [Cleanup runs](https://gcsweb.istio.io/gcs/istio-prow/pr-logs/pull/istio_istio.io/15483/doc.test.profile-default_istio.io/1825705272044163072/artifacts/tests-setup-profile-default-eb7/TestDocs/tasks/traffic-management/ingress/ingress-control/gtwapi_test.sh/cleanup.sh/_test_context/), with output looking similar to non-flaky runs. Then, the failure is that [the snapshot differs](https://gcsweb.istio.io/gcs/istio-prow/pr-logs/pull/istio_istio.io/15483/doc.test.profile-default_istio.io/1825705272044163072/artifacts/tests-setup-profile-default-eb7/TestDocs/tasks/traffic-management/ingress/ingress-control/gtwapi_test.sh/after_snapshot/_test_context/) by the continued presence of `httpbin-gateway`,...

https://prow.istio.io/view/gs/istio-prow/pr-logs/pull/istio_istio.io/15574/doc.test.profile-demo_istio.io/1826782762380562432 https://storage.googleapis.com/istio-prow/pr-logs/pull/istio_istio.io/15574/doc.test.profile-demo_istio.io/1826782762380562432/artifacts/tests-setup-profile-demo-b309e2/TestDocs/tasks/policy-enforcement/rate-limit/test.sh/test.sh/_test_context/test.sh_output.txt ``` VERIFY FAILED snip_verify_global_rate_limit_2 (timeout after 120s): received: "429 429 200" expected: "200 200 429" ```

Google is confused about our duplicate content. We think it's all in the search index in order to power the [custom search engine](https://developers.google.com/custom-search), but it looks like at least some...

kind/site infra
kind/docs

Right now, we have two pages that tell you how you can get the `istioctl` binary: * [Download the Istio release](https://istio.io/latest/docs/setup/additional-setup/download-istio-release/), which includes `istioctl` and samples * [Using the istioctl...

`_wait_for_istio()` is used throughout the doc tests, but relies on [an experimental feature which has been removed in 1.23](https://github.com/istio/istio/pull/51866). /tests/util/helpers.sh: ``` # Wait for Istio config to propagate # usage:...

https://istio.io/latest/blog/2024/in-cluster-operator-deprecation-announcement/ means we need to mark the Operator docs as deprecated and update the FAQ to reflect such. [Regarding said FAQ](https://istio.io/latest/about/faq/setup/#install-method-selection), @bleggett [writes](https://github.com/istio/istio.io/pull/15483#discussion_r1723555149) > This FAQ needs a rework, the...

We have a lot of tests that start by installing the latest Gateway API CRDs, and end with removing them. The YAML is fetched from GitHub every time (`/content/en/boilerplates/snips/gateway-api-install-crds.sh`). I...