forked from kubernetes-sigs/kind
-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update from upstream #20
Merged
bermuda-sunfish
merged 86 commits into
bermuda-sunfish:develop
from
kubernetes-sigs:main
Aug 23, 2024
Merged
Update from upstream #20
bermuda-sunfish
merged 86 commits into
bermuda-sunfish:develop
from
kubernetes-sigs:main
Aug 23, 2024
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This makes minor updates and corrections to the docs under the Design section for various updates to the project that have not made it into the documentation. Signed-off-by: Sean McGinnis <[email protected]>
updated kong ingress documentation
fedora CI image: switch to an active mirror
it was used to workaround a kubelet crash issue with rootless providers. The Kubelet seems to work fine now with localStorageCapacityIsolation enabled in a user namespace so drop the special handling. After this change, ephemeral storage can be used in a rootless cluster. Closes: #3359 Signed-off-by: Giuseppe Scrivano <[email protected]>
[rebased #3360] cluster: drop DisableLocalStorageCapacityIsolation
This defines a local action for the common actions performed by most of our workflows. This reduces duplication between them to make sure they are consistent, and also make the workflow definitions more concise to just the operations that are unique to the particular testing activities. Signed-off-by: Sean McGinnis <[email protected]>
The label filter query is more expressive (logical operations) and readable (no regexp unless absolutely required). Such a query can be combined with focus + skip, but in practice a single label filter can replace both of those and is easier to understand. Kubernetes has supported ginkgo v2 and thus --label-filter since v1.25.0. This makes it safe to pass that command line flag unconditionally when invoking the E2E suite.
e2e-k8s.sh: support --ginkgo.label-filter
Clean up GitHub Action definitions
This restructures the installation instructions for kind to have the first party, community supported methods listed first in the docs. Third party maintained package installation instructions are moved to the end of the list of installation options, and a note of warning is added to point out that these packages are not maintained by the project maintainers. Signed-off-by: Sean McGinnis <[email protected]>
Bumps the actions group with 1 update: [actions/checkout](https://github.com/actions/checkout). Updates `actions/checkout` from 4.1.6 to 4.1.7 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@a5ac7e5...692973e) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions ... Signed-off-by: dependabot[bot] <[email protected]>
…ns/actions-0bd1363a87 Bump actions/checkout from 4.1.6 to 4.1.7 in the actions group
Minor updates to Design docs
Add third party package installation note
switch to currently supported fedora
…n-doc Add installation instructions for `Scoop` and `Winget`
- we should use contour's external docs instead of duplciating them - we dropped kong docs but didn't quite clean up everything, followed up here
…e-load image-archive: enable loading multiple image archives
simplify ingress guide, add Gateway API note
The DOCKER_CLI_EXPERIMENTAL environment variable was used to enable experimental features in the docker CLI. This capability was deprecated in Docker v19.03 and completely removed in v23.0 [0]. This removes the setting of DOCKER_CLI_EXPERIMENTAL from our scripts as it no longer has any effect and is not needed. [0] https://docs.docker.com/engine/deprecated/#configuration-options-for-experimental-cli-features Signed-off-by: Sean McGinnis <[email protected]>
Remove DOCKER_CLI_EXPERIMENTAL usage
now that runc 1.1.13 supports latest go: NOTE must be 1.22.4+ https://github.com/opencontainers/runc/releases/tag/v1.1.13
Reword comments and fix typo in buildcontext.go
Bumps the actions group with 1 update: [actions/upload-artifact](https://github.com/actions/upload-artifact). Updates `actions/upload-artifact` from 4.3.5 to 4.3.6 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@89ef406...834a144) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions ... Signed-off-by: dependabot[bot] <[email protected]>
…ns/actions-720c8da8de Bump actions/upload-artifact from 4.3.5 to 4.3.6 in the actions group
Add known issue for WSL2 and cgroupv2 support
Add powershell completion
switch to go 1.22.6
bump images following go 1.22.6 update
Mark v0.24
the docker tags are mangled
fix getting version from tarball
Small typo for the word 'blixt'.
Add CRI-O Kind tutorial to Kind user docs
Update ingress.md
add clarifications to resources.md
Add install note to rootless docs
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.