[Feature] Handle `sed` of kubeconfig in hln and pass ready-to-use one to stack
Closed this issue · 2 comments
hongchaodeng commented
sed might behave differently depending on the platform (mac, linux, etc.)
vgjm commented
I will add the ability of sed -e 's?server: https://.*?server: https://kubernetes.default.svc?'
into hln
.
Should I add a hidden internal hln util sed
command or should I do this with a flag of hln check
or other commands?
hongchaodeng commented
After discussion, we will add a CUE action to handle this which is more elegant.