Kong / Kong/kubernetes-testing-framework
Log the parameters of the created GKE cluster
- Dominant language
- Go
- Stars
- 44
- Forks
- 11
- PR merge metrics
- No merged PRs in 30d
Description
### 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
Contributor guide
Research direction
Find the GKE cluster builder and the existing "creating a GKE cluster builder" log entry in the Go code. Read how the builder parameters are stored and run the relevant cluster or integration tests. Done means KTF logs the Kubernetes version when creating a GKE cluster, as specified by the acceptance criterion.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- gcp, go, kubernetes
- Domain
- cloud, infrastructure, testing-qa
- Issue type
- Feature
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 48/100