Re: [I] Actions are unable to reach namesever specified in invoker dns config [openwhisk-deploy-kube]

2023-12-03 Thread via GitHub


jhawarchirag0 commented on issue #771:
URL: 
https://github.com/apache/openwhisk-deploy-kube/issues/771#issuecomment-1837924293

   @style95 Thankyou for the help.
   But I am having difficulties in implementing this template.
   For my current setup I am using v1.0.0 of the helm chart.
   I have modified the chart with the following changes: - 
   
   openwhisk/whiskconfig.conf
   ```
   include classpath("application.conf")
   
   whisk {
 metrics {
   prometheus-enabled = false
 }
 kubernetes {
   pod-template = "file:/pod-template.yaml"
 }
   }
   ```
   
   openwhisk/pod-template.yaml
   ```
   ---
   apiVersion: "v1"
   kind: "Pod"
   spec:
 dnsPolicy: "None"
 dnsConfig:
   nameservers:
 - 192.168.9.30
   searches:
 - example.com
   ```
   
   Do I need to update my helm chart or is it something other I am doing wrong?


-- 
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

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



Re: [I] Unable to setup on mac m1 [openwhisk-deploy-kube]

2023-12-03 Thread via GitHub


OneCricketeer commented on issue #765:
URL: 
https://github.com/apache/openwhisk-deploy-kube/issues/765#issuecomment-1837495188

   Use Strimzi if you want to run Kafka in Kubernetes 


-- 
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

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



Re: [I] Actions are unable to reach namesever specified in invoker dns config [openwhisk-deploy-kube]

2023-12-03 Thread via GitHub


style95 commented on issue #771:
URL: 
https://github.com/apache/openwhisk-deploy-kube/issues/771#issuecomment-1837458918

   @jhawarchirag0 
   I think it would take some time to make the KubernetesContainerFactory 
respect the DNS config.
   In the meantime, I think you can try with [a pod 
template](https://github.com/apache/openwhisk/pull/4690) if your DNS server IP 
does not dynamically change.
   
   I think you can specify your DNS server in the pod template.
   
   


-- 
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

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



Re: [I] Actions are unable to reach namesever specified in invoker dns config [openwhisk-deploy-kube]

2023-12-03 Thread via GitHub


style95 commented on issue #771:
URL: 
https://github.com/apache/openwhisk-deploy-kube/issues/771#issuecomment-1837455822

   The dns config does not apply to the Kubernetes runtime pod.
   


-- 
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

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



Re: [PR] clientjs 3.21.8 [openwhisk-website]

2023-12-03 Thread via GitHub


style95 merged PR #515:
URL: https://github.com/apache/openwhisk-website/pull/515


-- 
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

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



Re: [PR] use openwhisk-client-js 3.21.8 [openwhisk-runtime-nodejs]

2023-12-03 Thread via GitHub


style95 merged PR #248:
URL: https://github.com/apache/openwhisk-runtime-nodejs/pull/248


-- 
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

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