Skip to content
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

docs - update kind version #585

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

DamianZaremba
Copy link

The version requirement was bumped in 3315c2, resulting in the a build failure when following the documentation.

Current behaviour:

$ kne deploy deploy/kne/kind-bridge.yaml
I0105 09:09:28.147208   67772 deploy.go:195] Deploying cluster...
Error: failed to deploy cluster: failed to check for dependencies: kind version check failed: got 0.19.0, want 0.24.0. install with `go install sigs.k8s.io/[email protected]`

New behaviour:

$ kne deploy deploy/kne/kind-bridge.yaml
I0105 09:13:48.483372   71859 deploy.go:195] Deploying cluster...
I0105 09:13:48.498972   71859 deploy.go:619] kind version valid: got 0.24.0 want 0.24.0

The version requirement was bumped in 3315c2, resulting in the a build
failure when following the documentation.

Current behaviour:
```
$ kne deploy deploy/kne/kind-bridge.yaml
I0105 09:09:28.147208   67772 deploy.go:195] Deploying cluster...
Error: failed to deploy cluster: failed to check for dependencies: kind version check failed: got 0.19.0, want 0.24.0. install with `go install sigs.k8s.io/[email protected]`
```

New behaviour:
```
$ kne deploy deploy/kne/kind-bridge.yaml
I0105 09:13:48.483372   71859 deploy.go:195] Deploying cluster...
I0105 09:13:48.498972   71859 deploy.go:619] kind version valid: got 0.24.0 want 0.24.0
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant