You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by GitBox <gi...@apache.org> on 2020/12/01 06:20:13 UTC

[GitHub] [skywalking] xgy560501 opened a new issue #5928: I use the skywalking chart to deploy the skywalking on the k8s,but i get the system error.

xgy560501 opened a new issue #5928:
URL: https://github.com/apache/skywalking/issues/5928


   Please answer these questions before submitting your issue.
   
   - Why do you submit this issue?
   - [ ] Question or discussion
   
   ___
   ### Question
   - I use the skywalking chart to deploy the skywalking on the k8s,but i get the system error.
   
   ___
   ### Bug
   - Which version of SkyWalking, OS and JRE?
   7.0.0
   - Which company or project?
   Shinho
   
   - What happened?
     I use the skywalking chart and set the dynamicConfigEnabled to true, but the oap server doesn't work. Look at the error "no provider found for module configuration, if you're sure it's not required"
   
   ___
   ### Requirement or improvement
   - I want to know how to use where and how to config the dynmiconfig to make the oap server reachable。


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

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



[GitHub] [skywalking] xgy560501 commented on issue #5928: I use the skywalking chart to deploy the skywalking on the k8s,but i get the system error.

Posted by GitBox <gi...@apache.org>.
xgy560501 commented on issue #5928:
URL: https://github.com/apache/skywalking/issues/5928#issuecomment-736315055


     dynamicConfigEnabled: true
     image:
       repository: apache/skywalking-oap-server
       tag: 7.0.0-es7
       pullPolicy: IfNotPresent
     storageType: elasticsearch7
     ports:
       grpc: 11800
       rest: 12800
     replicas: 2
     service:
       type: ClusterIP


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

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



[GitHub] [skywalking] xgy560501 commented on issue #5928: I use the skywalking chart to deploy the skywalking on the k8s,but i get the system error.

Posted by GitBox <gi...@apache.org>.
xgy560501 commented on issue #5928:
URL: https://github.com/apache/skywalking/issues/5928#issuecomment-736314802


   serviceAccounts:
     oap:
   
   oap:
     name: oap
     # When 'dynamicConfigEnabled' set to true, enable oap dynamic configuration through k8s configmap,
     # Note: The default configmap data is empty, please refer to the detailed documentation (https://github.com/apache/skywalking/blob/master/docs/en/setup/backend/dynamic-config.md)
     # Sync period in seconds. Defaults to 60 seconds. env: SW_CONFIG_CONFIGMAP_PERIOD
     dynamicConfigEnabled: true
     image:
       repository: apache/skywalking-oap-server
       tag: 7.0.0-es7
       pullPolicy: IfNotPresent
     storageType: elasticsearch7
     ports:
       grpc: 11800
       rest: 12800
     replicas: 2
     service:
       type: ClusterIP


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

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



[GitHub] [skywalking] wu-sheng commented on issue #5928: I use the skywalking chart to deploy the skywalking on the k8s,but i get the system error.

Posted by GitBox <gi...@apache.org>.
wu-sheng commented on issue #5928:
URL: https://github.com/apache/skywalking/issues/5928#issuecomment-736262387


   Please learn how to use the system env to control `application.yml` first. This log usually means you don't set the correct provider. Dynamic configurations have multiple options, read the doc.


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

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



[GitHub] [skywalking] wu-sheng closed issue #5928: I use the skywalking chart to deploy the skywalking on the k8s,but i get the system error.

Posted by GitBox <gi...@apache.org>.
wu-sheng closed issue #5928:
URL: https://github.com/apache/skywalking/issues/5928


   


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

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



[GitHub] [skywalking] xgy560501 commented on issue #5928: I use the skywalking chart to deploy the skywalking on the k8s,but i get the system error.

Posted by GitBox <gi...@apache.org>.
xgy560501 commented on issue #5928:
URL: https://github.com/apache/skywalking/issues/5928#issuecomment-736314524


   I need to config the alarm and it could not use the env to control.


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

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



[GitHub] [skywalking] wu-sheng commented on issue #5928: I use the skywalking chart to deploy the skywalking on the k8s,but i get the system error.

Posted by GitBox <gi...@apache.org>.
wu-sheng commented on issue #5928:
URL: https://github.com/apache/skywalking/issues/5928#issuecomment-736320488


   > I need to config the alarm and it could not use the env to control.
   
   Again, please read the documents about dynamic configuration and what `application.yml` means, including which system env variables controlling all there. Please don't guess.


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

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



[GitHub] [skywalking] xgy560501 removed a comment on issue #5928: I use the skywalking chart to deploy the skywalking on the k8s,but i get the system error.

Posted by GitBox <gi...@apache.org>.
xgy560501 removed a comment on issue #5928:
URL: https://github.com/apache/skywalking/issues/5928#issuecomment-736314802


   serviceAccounts:
     oap:
   
   oap:
     name: oap
     # When 'dynamicConfigEnabled' set to true, enable oap dynamic configuration through k8s configmap,
     # Note: The default configmap data is empty, please refer to the detailed documentation (https://github.com/apache/skywalking/blob/master/docs/en/setup/backend/dynamic-config.md)
     # Sync period in seconds. Defaults to 60 seconds. env: SW_CONFIG_CONFIGMAP_PERIOD
     dynamicConfigEnabled: true
     image:
       repository: apache/skywalking-oap-server
       tag: 7.0.0-es7
       pullPolicy: IfNotPresent
     storageType: elasticsearch7
     ports:
       grpc: 11800
       rest: 12800
     replicas: 2
     service:
       type: ClusterIP


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

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