puppetlabs / puppetlabs-kubernetes

This module install and configures a Kubernetes cluster
Apache License 2.0
92 stars 135 forks source link

Fix executing CNI addons commands (fixes #594) #598

Closed deric closed 1 year ago

deric commented 1 year ago

This PR attempts to fix some changes introduced in #592 and #575.

The exec containing command in form

['kubectl', 'get', 'nodes']

will print help message to stdout instead of executing kubectl get nodes.

puppet-community-rangefinder[bot] commented 1 year ago

kubernetes::kube_addons is a class

that may have no external impact to Forge modules.

This module is declared in 0 of 580 indexed public Puppetfiles.


These results were generated with Rangefinder, a tool that helps predict the downstream impact of breaking changes to elements used in Puppet modules. You can run this on the command line to get a full report.

Exact matches are those that we can positively identify via namespace and the declaring modules' metadata. Non-namespaced items, such as Puppet 3.x functions, will always be reported as near matches only.