Skip to content

Commit c4a2ca5

Browse files
committed
temp: debug line
Signed-off-by: Imran Pochi <imranpochi@microsoft.com>
1 parent 20487e8 commit c4a2ca5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cmd/server/app/server.go

+1
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,7 @@ func (p *Proxy) Run(o *options.ProxyRunOptions, stopCh <-chan struct{}) error {
105105
defer cancel()
106106

107107
var k8sClient *kubernetes.Clientset
108+
fmt.Println("Are we running in kubernetes ? ", util.IsRunningInKubernetes())
108109
if util.IsRunningInKubernetes() {
109110
config, err := clientcmd.BuildConfigFromFlags("", o.KubeconfigPath)
110111
if err != nil {

0 commit comments

Comments
 (0)