Skip to content

Fixes an issue where the lesson prep.sh scripts fail with podman 6.x - #40

Open
alexcreasy wants to merge 1 commit into
streamshub:mainfrom
alexcreasy:fix-podman6
Open

Fixes an issue where the lesson prep.sh scripts fail with podman 6.x#40
alexcreasy wants to merge 1 commit into
streamshub:mainfrom
alexcreasy:fix-podman6

Conversation

@alexcreasy

Copy link
Copy Markdown
Collaborator

Closes #39

This fix works around an incompatibility between podman 6 and KinD 0.32.0 where running 'kind get clusters' errors out. The prep.sh scripts use this to validate the setup.sh script has already been run. The scripts now use kubectl to verify the cluster is available, which is a more robust method as it also validates the cluster is reachable.

The issue has been fixed in main for KinD but has not yet been released. See: kubernetes-sigs/kind#4231 for more information.

…treamshub#39)

This fix works around an incompatibility between podman 6 and KinD 0.32.0 where running 'kind get clusters' errors out.
The scripts now use kubectl to verify the cluster is available, which is a more robust method as it also validates the cluster is reachable.

The issue has been fixed in main for kind but has not yet been released.
See: kubernetes-sigs/kind#4231 for more information

Signed-off-by: Alex Creasy <alex@creasy.dev>
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.

Lesson prep.sh scripts fail with podman 6.x

1 participant