Get logs from Pods using Kubernetes API for function log command (#2623)
* add controller enablement flag * throw an error if service not found * add logs from Kubernetes in function log command * pass context in function param * add pod-namespace in function log command * pass context in function param * search for the pod in fn ns in the test
This commit is contained in:
@@ -41,6 +41,7 @@ const (
|
||||
Namespace = "namespace"
|
||||
ForceNamespace = "force-namespace"
|
||||
AllNamespaces = "all-namespaces"
|
||||
NamespacePod = "pod-namespace"
|
||||
ForceDelete = "force"
|
||||
|
||||
RuntimeMincpu = "mincpu"
|
||||
|
||||
Reference in New Issue
Block a user