Diff image version in two kubernetes environment, for comparing app versions deployed in development and test k8s
Nobody has claimed this yet.
Assessment
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Newbie friendliness
- 25/100
- Issue type
- Documentation
- Clarity
- Needs clarification
- Activity status
- Stale
- Tech stack
- awk, kubernetes, shell
- Domain
- devops, documentation
Research direction
The issue contains the kubectl, awk, sort, diff, and colordiff commands for comparing image lists between development and test clusters. Start by reviewing those commands and the repository's existing programming-tip format. Done means the comparison tip is documented clearly enough to reproduce with the two kubeconfig variables and namespace shown.
Written by the indexing model from the issue text.
Description
kubectl --kubeconfig=$DEV_CONFIG --namespace my-ns describe pods | grep "Image:" | awk '{print $2}' | sort -u > dev.txt
kubectl --kubeconfig=$TEST_CONFIG --namespace my-ns describe pods | grep "Image:" | awk '{print $2}' | sort -u > test.txt
diff -y dev.txt test.txt | colordiff
- Dominant language
- Python
- Stars
- 5
- Forks
- 2
- PR merge metrics
- No merged PRs in 30d
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
More from davideuler/programming-tips
-
Difficulty 2/5 1-3 hours Newbie friendliness 35/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 35/100
-
Difficulty 1/5 Under an hour Newbie friendliness 35/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 45/100
-
build milvus on Mac Open
Difficulty 3/5 1-2 days Newbie friendliness 35/100
All issues in davideuler/programming-tips
Similar issues
-
link-check link-check:sphinx-theme
Difficulty 2/5 1-3 hours Newbie friendliness 72/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 65/100
qgis/QGIS-Documentation#11275 ·
-
bug priority:normal ready-for-dev
Difficulty 2/5 1-3 hours Newbie friendliness 88/100
OpenHands/extensions#626 · 1 comment ·
-
Difficulty 1/5 Under an hour Newbie friendliness 90/100
CSCfi/sd-search-api#39 ·
-
Difficulty 1/5 Under an hour Newbie friendliness 90/100