kubectx, kubens: add Thai translation (#9130)

This commit is contained in:
Nuttapong Rojanavanich
2022-10-21 22:36:18 +07:00
committed by GitHub
parent c7f8b43202
commit fae0479dda
2 changed files with 36 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
# kubectx
> คำสั่งอรรถประโยชน์สำหรับสลับบริบทของคำสั่ง `kubectl`.
> ข้อมูลเพิ่มเติม: <https://github.com/ahmetb/kubectx>.
- แสดงบริบททั้งหมด:
`kubectx`
- สลับบริบทที่กำลังใช้งาน:
`kubectx {{ชื่อบริบท}}`
- สลับไปบริบทที่ใช้งานก่อนหน้า:
`kubectx -`
- ลบบริบท:
`kubectx -d {{ชื่อบริบท}}`