You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by GitBox <gi...@apache.org> on 2022/11/03 08:38:39 UTC

[GitHub] [dolphinscheduler] liqingwang opened a new issue, #12684: [Bug] [K8s] Deploy failed when change api service type to NodePort

liqingwang opened a new issue, #12684:
URL: https://github.com/apache/dolphinscheduler/issues/12684

   ### Search before asking
   
   - [X] I had searched in the [issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and found no similar issues.
   
   
   ### What happened
   
   Deployed ds on k8s cluster using office document, change api service type to `NodePort`, and set NodePort and failed.
   
   ### What you expected to happen
   
   ```
   service:
       ## type determines how the Service is exposed. Defaults to ClusterIP. Valid options are ExternalName, ClusterIP, NodePort, and LoadBalancer
       type: "NodePort"
       ## clusterIP is the IP address of the service and is usually assigned randomly by the master
       clusterIP: ""
       ## nodePort is the port on each node on which this service is exposed when type=NodePort
       nodePort: "31057"
   ```
   ```
   Error: INSTALLATION FAILED: Service "dolphinscheduler-api" is invalid: spec.ports[1].nodePort: Duplicate value: 3105
   ```    
   
   ### How to reproduce
   
   Due https://github.com/apache/dolphinscheduler/pull/10653, `api-port` and `python-api-port` using the same nodeport, will not pass by k8s.
   
   I'll open a PR to fix this bug.
   
   ### Anything else
   
   _No response_
   
   ### Version
   
   dev
   
   ### Are you willing to submit PR?
   
   - [X] Yes I am willing to submit a PR!
   
   ### Code of Conduct
   
   - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct)
   


-- 
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: commits-unsubscribe@dolphinscheduler.apache.org.apache.org

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


[GitHub] [dolphinscheduler] kezhenxu94 closed issue #12684: [Bug] [K8s] Deploy failed when change api service type to NodePort

Posted by GitBox <gi...@apache.org>.
kezhenxu94 closed issue #12684: [Bug] [K8s] Deploy failed when change api service type to NodePort
URL: https://github.com/apache/dolphinscheduler/issues/12684


-- 
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: commits-unsubscribe@dolphinscheduler.apache.org

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


[GitHub] [dolphinscheduler] github-actions[bot] commented on issue #12684: [Bug] [K8s] Deploy failed when change api service type to NodePort

Posted by GitBox <gi...@apache.org>.
github-actions[bot] commented on issue #12684:
URL: https://github.com/apache/dolphinscheduler/issues/12684#issuecomment-1301789063

   Thank you for your feedback, we have received your issue, Please wait patiently for a reply.
   * In order for us to understand your request as soon as possible, please provide detailed information、version or pictures.
   * If you haven't received a reply for a long time, you can [join our slack](https://s.apache.org/dolphinscheduler-slack) and send your question to channel `#troubleshooting`


-- 
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: commits-unsubscribe@dolphinscheduler.apache.org

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