We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87a50ef commit 2fa9df9Copy full SHA for 2fa9df9
spec/parts/linux/cloud-init/artifacts/cse_config_spec.sh
@@ -629,6 +629,10 @@ Describe 'cse_config.sh'
629
echo "installKubeletKubectlPkgFromPMC $1"
630
}
631
632
+ installKubeletKubectlFromURL() {
633
+ echo "installKubeletKubectlFromURL"
634
+ }
635
+
636
installKubeletKubectlFromBootstrapProfileRegistry() {
637
echo "installKubeletKubectlFromBootstrapProfileRegistry $1 $2"
638
0 commit comments