7
0
mirror of https://github.com/ChristianLight/tutor.git synced 2024-06-16 12:22:22 +00:00

doc: changelog entry created

This commit is contained in:
Emad Rad 2023-06-01 16:38:39 +03:30 committed by Régis Behmo
parent 86f846aba3
commit 9fa04be2a3

View File

@ -0,0 +1 @@
- [Feature] Add support for loading in-cluster config when running inside a pod. In certain scenarios, Tutor may operate within a pod that has access to a cluster through role binding and a service account. In these instances, the ./kube/config file may not be present, but kubectl commands can still execute without any problems. (by @CodeWithEmad)