Skip to content
GitLab
  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • R Rancher
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
    • Requirements
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
    • Test Cases
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages & Registries
    • Packages & Registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Insights
    • Issue
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • barry cho
  • Rancher
  • Repository
Switch branch/tag
  • rancher
  • chart
  • README.md
Find file BlameHistoryPermalink
  • Bastian Hofmann's avatar
    Fix default value for noProxy helm chart variable · 7feec1fb
    Bastian Hofmann authored Oct 13, 2020
    Starting with Rancher 2.5, the rancher pods fail with an error like
    
    ```
    2020/10/13 09:34:41 [ERROR] Failed to connect to peer wss://10.42.1.13/v3/connect [local ID=10.42.2.8]: websocket: bad handshake
    2020/10/13 09:34:41 [ERROR] Failed to connect to peer wss://10.42.0.11/v3/connect [local ID=10.42.2.8]: websocket: bad handshake
    ```
    
    if an http proxy is configured and the default noProxy setting from the helm chart is used. This fixes this problem by adding `.svc` and `.cluster.local` to the default noProxy value.
    
    See also for reference:
    * https://github.com/rancher/k3s/issues/2176
    * https://github.com/rancher/docs/issues/2725
    
    Signed-off-by: default avatarBastian Hofmann <bashofmann@gmail.com>
    7feec1fb

免费DevSecOps平台,让您的项目体验完整的DevSecOps流程,让项目更安全