jhawarchirag0 opened a new issue, #771:
URL: https://github.com/apache/openwhisk-deploy-kube/issues/771

   I have a dns set up on 192.168.9.30.
   My actions contains urls which needs to be resolved on this server but the 
actions are unable to reach the server and still reach out to kube-dns. Can 
someone please guide me. My invoker configs are
   
   `# Invoker configurations
   invoker:
     imageName: "openwhisk/invoker"
     imageTag: "1.0.0"
     imagePullPolicy: "IfNotPresent"
     restartPolicy: "Always"
     port: 8080
     options: ""
     jvmHeapMB: "512"
     jvmOptions: ""
     loglevel: "INFO"
     containerFactory:
       useRunc: false
       impl: "kubernetes"
       enableConcurrency: false
       networkConfig:
         name: "bridge"
         dns:
           inheritInvokerConfig: false
           overrides:          # NOTE: if inheritInvokerConfig is true, all 
overrides are ignored
             # Nameservers, search, and options are space-separated lists
             # eg nameservers: "1.2.3.4 1.2.3.5 1.2.3.6" is a list of 3 
nameservers
             nameservers: "192.168.9.30"
             search: "example.com"
             options: ""
       kubernetes:
         isolateUserActions: true
         replicaCount: 1`
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@openwhisk.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to