sassoftware / viya4-monitoring-kubernetes

Provides simple scripts and customization options to deploy monitoring, alerts, and log aggregation for Viya 4 running on Kubernetes
Apache License 2.0
50 stars 31 forks source link

Fix to support removal of --short option from kubectl version #644

Closed greg-wootton closed 2 weeks ago

greg-wootton commented 1 month ago

kubectl version --short is no longer supported at 1.28. Switching to using --output=json and parsing this with tr and sed.

gsmith-sas commented 1 month ago

@greg-wootton Thank you for this PR. Unfortunately, the project team is a little underhanded at the moment due to illness and other unavoidable absences. However, we hope to operational again by next week. At that point, we will review this PR and sort out a plan for incorporating it into project. We'll keep you updated.

Regards, Greg

gsmith-sas commented 2 weeks ago

We decided to handle this issue with slightly different syntax (pushed as #652). Abandoning this PR.