kubernetes-testing-framework
kubernetes-testing-framework copied to clipboard
Log the parameters of the created GKE cluster
Is there an existing issue for this?
- [X] I have searched the existing issues
Problem Statement
When a GKE cluster is being created, the log print is a mere
INFO: creating a GKE cluster builder
INFO: cluster name: "e2e-09bd4ea7-47f1-4a19-bd33-d6e4cd6c0fd9"
It's impossible to tell what the version (and likely other parameters) of the created GKE cluster are.
Proposed Solution
Print the builder parameters (at least the k8s version)
Additional information
No response
Acceptance Criteria
- [ ] KTF logs the k8s version when creating a GKE cluster