Skip to content

update kind to 0.7.0 - #16

Merged
unguiculus merged 6 commits into
helm:masterfrom
monotek:kind070
Feb 7, 2020
Merged

update kind to 0.7.0#16
unguiculus merged 6 commits into
helm:masterfrom
monotek:kind070

Conversation

@monotek

@monotek monotek commented Jan 15, 2020

Copy link
Copy Markdown
Contributor

fixes not running kind jobs where the charts use persistence.

For example:

Kind fixed it by: kubernetes-sigs/kind#1157 which is in release 0.7.0

André Bauer added 2 commits January 14, 2020 15:31
Signed-off-by: André Bauer <andre.bauer@kiwigrid.com>
Signed-off-by: André Bauer <andre.bauer@kiwigrid.com>
Signed-off-by: André Bauer <andre.bauer@kiwigrid.com>
@helm-bot helm-bot added size/M and removed size/S labels Jan 15, 2020
Signed-off-by: André Bauer <andre.bauer@kiwigrid.com>
Comment thread README.md
Signed-off-by: André Bauer <andre.bauer@kiwigrid.com>
@monotek

monotek commented Jan 22, 2020

Copy link
Copy Markdown
Contributor Author

I've added the storageclass test again using "standard" instead of "local-path".

@monotek

monotek commented Feb 6, 2020

Copy link
Copy Markdown
Contributor Author

Is anything missing here to get this merged?

@davidkarlsen

Copy link
Copy Markdown
Member

I think it looks good.
@scottrigby @cpanato @unguiculus ?

@unguiculus unguiculus left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why not just remove the local path provisioner since it is now included in kind?

Comment thread kind.sh Outdated
create_kind_cluster

if [[ -n "$install_local_path_provisioner" ]]; then
if [[ "$install_local_path_provisioner" == "true" ]]; then

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why are you changing this?

Comment thread kind.sh Outdated
echo "ERROR: '--install-local-path-provisioner' cannot be empty." >&2
show_help
exit 1
fi

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why are you changing this?

Signed-off-by: André Bauer <monotek23@gmail.com>
@monotek

monotek commented Feb 7, 2020

Copy link
Copy Markdown
Contributor Author

Why not just remove the local path provisioner since it is now included in kind?

Done

@scottrigby

Copy link
Copy Markdown
Member

Love that this was addressed upstream 💯 Thanks @monotek

sayboras added a commit to sayboras/cilium that referenced this pull request May 27, 2020
There is warning message in github action as per below.
##[warning]Unexpected input 'install_local_path_provisioner'

This option was removed as part of helm/kind-action#16.
Underlying kind 0.7.0+ is shipped with better local storage. I take this change
to upgrade kind version to latest as well

Signed-off-by: Tam Mach <sayboras@yahoo.com>
aanm pushed a commit to cilium/cilium that referenced this pull request May 27, 2020
There is warning message in github action as per below.
##[warning]Unexpected input 'install_local_path_provisioner'

This option was removed as part of helm/kind-action#16.
Underlying kind 0.7.0+ is shipped with better local storage. I take this change
to upgrade kind version to latest as well

Signed-off-by: Tam Mach <sayboras@yahoo.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants