Skip to content

Instantly share code, notes, and snippets.

@skonto
Created July 23, 2018 13:52
Show Gist options
  • Save skonto/b1e83145349e95c5d2744a7da1e4115b to your computer and use it in GitHub Desktop.
Save skonto/b1e83145349e95c5d2744a7da1e4115b to your computer and use it in GitHub Desktop.
log
so they earliest msg is:
```
E0721 23:50:08.788032 52 kubelet_volumes.go:140] Orphaned pod "9213b43a-8c6e-11e8-a405-02941124cb54" found, but volume paths are still present on disk : There were a total of 1 errors similar to this. Turn up verbosity to see them.
E0721 23:50:10.785026 52 kubelet_volumes.go:140] Orphaned pod "9213b43a-8c6e-11e8-a405-02941124cb54" found, but volume paths are still present on disk : There were a total of 1 errors similar to this. Turn up verbosity to see them.
E0721 23:50:12.787966 52 kubelet_volumes.go:140] Orphaned pod "9213b43a-8c6e-11e8-a405-02941124cb54" found, but volume paths are still present on disk : There were a total of 1 errors similar to this. Turn up verbosity to see them.
E0721 23:50:14.785313 52 kubelet_volumes.go:140] Orphaned pod "9213b43a-8c6e-11e8-a405-02941124cb54" found, but volume paths are still present on disk : There were a total of 1 errors similar to this. Turn up verbosity to see them.
E0721 23:50:16.787653 52 kubelet_volumes.go:140] Orphaned pod "9213b43a-8c6e-11e8-a405-02941124cb54" found, but volume paths are still present on disk : There were a total of 1 errors similar to this. Turn up verbosity to see them.
E0721 23:50:18.787748 52 kubelet_volumes.go:140] Orphaned pod "9213b43a-8c6e-11e8-a405-02941124cb54" found, but volume paths are still present on disk : There were a total of 1 errors similar to this. Turn up verbosity to see them.
E0721 23:50:20.785144 52 kubelet_volumes.go:140] Orphaned pod "9213b43a-8c6e-11e8-a405-02941124cb54" found, but volume paths are still present on disk : There were a total of 1 errors similar to this. Turn up verbosity to see them.
E0721 23:50:22.787905 52 kubelet_volumes.go:140] Orphaned pod "9213b43a-8c6e-11e8-a405-02941124cb54" found, but volume paths are still present on disk : There were a total of 1 errors similar to this. Turn up verbosity to see them.
E0721 23:50:24.785151 52 kubelet_volumes.go:140] Orphaned pod "9213b43a-8c6e-11e8-a405-02941124cb54" found, but volume paths are still present on disk : There were a total of 1 errors similar to this. Turn up verbosity to see them.
E0721 23:50:26.788107 52 kubelet_volumes.go:140] Orphaned pod "9213b43a-8c6e-11e8-a405-02941124cb54" found, but volume paths are still present on disk : There were a total of 1 errors similar to this. Turn up verbosity to see them.
E0721 23:50:28.785201 52 kubelet_volumes.go:140] Orphaned pod "9213b43a-8c6e-11e8-a405-02941124cb54" found, but volume paths are still present on disk : There were a total of 1 errors similar to this. Turn up verbosity to see them.
E0721 23:50:30.793424 52 kubelet_volumes.go:140] Orphaned pod "9213b43a-8c6e-11e8-a405-02941124cb54" found, but volume paths are still present on disk : There were a total of 1 errors similar to this. Turn up verbosity to see them.
E0721 23:50:32.785347 52 kubelet_volumes.go:140] Orphaned pod "9213b43a-8c6e-11e8-a405-02941124cb54" found, but volume paths are still present on disk : There were a total of 1 errors similar to this. Turn up verbosity to see them.
E0721 23:50:34.787689 52 kubelet_volumes.go:140] Orphaned pod "9213b43a-8c6e-11e8-a405-02941124cb54" found, but volume paths are still present on disk : There were a total of 1 errors similar to this. Turn up verbosity to see them.
E0721 23:50:36.785158 52 kubelet_volumes.go:140] Orphaned pod "9213b43a-8c6e-11e8-a405-02941124cb54" found, but volume paths are still present on disk : There were a total of 1 errors similar to this. Turn up verbosity to see them.
E0721 23:50:38.787871 52 kubelet_volumes.go:140] Orphaned pod "9213b43a-8c6e-11e8-a405-02941124cb54" found, but volume paths are still present on disk : There were a total of 1 errors similar to this. Turn up verbosity to see them.
E0721 23:50:40.788347 52 kubelet_volumes.go:140] Orphaned pod "9213b43a-8c6e-11e8-a405-02941124cb54" found, but volume paths are still present on disk : There were a total of 1 errors similar to this. Turn up verbosity to see them.
I0721 23:50:42.228074 58 disk_monitor.go:72] kubelet-resource-watchdog: disk monitor: garbage collection stats {Containers:0 Images:0}
W0721 23:50:42.554932 58 watchdog.go:69] kubelet-resource-watchdog: disk monitor: resource usage above threshold. tainting node.
W0721 23:50:42.554975 58 supervisor.go:43] kubelet-resource-watchdog: disk monitor: error: error cordon node: node already tainted with kubelet-resource-watchdog.kubernetes.dcos.io/public=NodeDiskPressure:NoSchedule. continuing...
E0721 23:50:42.785929 52 kubelet_volumes.go:140] Orphaned pod "9213b43a-8c6e-11e8-a405-02941124cb54" found, but volume paths are still present on disk : There were a total of 1 errors similar to this. Turn up verbosity to see them.
I0721 23:50:42.879312 58 disk_monitor.go:72] kubelet-resource-watchdog: disk monitor: garbage collection stats {Containers:0 Images:0}
I0721 23:50:43.196325 58 watchdog.go:41] kubelet-resource-watchdog: disk monitor started
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment