elastic / elastic/cloud-on-k8s
Kibana and APM resources should have Phase column
- Dominant language
- Go
- Stars
- 2.8k
- Forks
- 790
- Avg merge
- 3d 15h
- Merged PRs (30d)
- 37
Description
This is an inconsistency between ES, Kibana and APM resources today. Phase should indicate the status of the configuration change currently happening as it does for ES. Compare ES:
```
NAME HEALTH NODES VERSION PHASE AGE
quickstart green 3 7.4.1 Ready 23h
```
with Kibana:
```
NAME HEALTH NODES VERSION AGE
quickstart green 3 7.4.0 23h
```
Contributor guide
Research direction
Use the Elasticsearch output shown in the issue as the reference, then locate the code that defines resource columns for Elasticsearch, Kibana, and APM. Compare the three definitions and verify that Kibana and APM display a Phase value reflecting configuration progress, with tests or command output covering the added columns.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- elasticsearch, go, kubernetes
- Domain
- infrastructure
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 42/100