K8S_v1.12.1 프롬프트failed to getazure cloud in GetVolume Limits,plugin.host: master

2732 단어 Kubernetes
v1.12.1 로그 프롬프트failed to getazure cloud in GetVolume Limits,plugin.host: master
Jun 22 22:36:55 master1 kubelet[101868]: E0622 22:36:55.127881  101868 azure_dd.go:147] failed to get azure cloud in GetVolumeLimits, plugin.host: master1
Jun 22 22:37:05 master1 kubelet[101868]: E0622 22:37:05.152821  101868 azure_dd.go:147] failed to get azure cloud in GetVolumeLimits, plugin.host: master1
Jun 22 22:37:15 master1 kubelet[101868]: E0622 22:37:15.175145  101868 azure_dd.go:147] failed to get azure cloud in GetVolumeLimits, plugin.host: master1
Jun 22 22:37:25 master1 kubelet[101868]: E0622 22:37:25.201988  101868 azure_dd.go:147] failed to get azure cloud in GetVolumeLimits, plugin.host: master1
Jun 22 22:37:35 master1 kubelet[101868]: E0622 22:37:35.213974  101868 azure_dd.go:147] failed to get azure cloud in GetVolumeLimits, plugin.host: master1
Jun 22 22:37:45 master1 kubelet[101868]: E0622 22:37:45.226483  101868 azure_dd.go:147] failed to get azure cloud in GetVolumeLimits, plugin.host: master1
Jun 22 22:37:55 master1 kubelet[101868]: E0622 22:37:55.245219  101868 azure_dd.go:147] failed to get azure cloud in GetVolumeLimits, plugin.host: master1
Jun 22 22:38:05 master1 kubelet[101868]: E0622 22:38:05.259761  101868 azure_dd.go:147] failed to get azure cloud in GetVolumeLimits, plugin.host: master1
Jun 22 22:38:15 master1 kubelet[101868]: E0622 22:38:15.280365  101868 azure_dd.go:147] failed to get azure cloud in GetVolumeLimits, plugin.host: master1
Jun 22 22:38:25 master1 kubelet[101868]: E0622 22:38:25.299713  101868 azure_dd.go:147] failed to get azure cloud in GetVolumeLimits, plugin.host: master1
Jun 22 22:38:35 master1 kubelet[101868]: E0622 22:38:35.314685  101868 azure_dd.go:147] failed to get azure cloud in GetVolumeLimits, plugin.host: master1
Jun 22 22:38:45 master1 kubelet[101868]: E0622 22:38:45.326017  101868 azure_dd.go:147] failed to get azure cloud in GetVolumeLimits, plugin.host: master1
Jun 22 22:38:55 master1 kubelet[101868]: E0622 22:38:55.335919  101868 azure_dd.go:147] failed to get azure cloud in GetVolumeLimits, plugin.host: master1

해결 방법
  • 편집/etc/sysconfig/kubelet, 더하기 – feature-gates=AttachVolumeLimit=false
  • vi /etc/sysconfig/kubelet
    
    KUBELET_EXTRA_ARGS=--feature-gates=AttachVolumeLimit=false
    
  • kubelet 재부팅
  • systemctl restart kubelet
    
  • 로그를 다시 보니 이 메시지가 더 이상 나타나지 않습니다
  • .
    journalctl -f -u kubelet
    
    Jun 22 22:39:04 master1 kubelet[114960]: I0622 22:39:04.235254  114960 reconciler.go:154] Reconciler: start to sync state
    

    github 주소 첨부:https://github.com/kubernetes/kubernetes/issues/69503

    좋은 웹페이지 즐겨찾기