This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
apiVersion: monitoring.coreos.com/v1 | |
kind: ServiceMonitor | |
metadata: | |
creationTimestamp: "2019-03-14T13:23:50Z" | |
generation: 1 | |
labels: | |
app: prometheus-operator-kubelet | |
chart: prometheus-operator-5.0.10 | |
heritage: Tiller | |
release: prometheus |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "podnet", | |
"type": "flannel", | |
"delegate": { | |
"bridge": "cni0", | |
"isDefaultGateway": true | |
} | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Jul 11 09:15:38 core01 systemd[1]: Starting kube-kubelet.service... | |
Jul 11 09:15:38 core01 systemd[1]: Started kube-kubelet.service. | |
Jul 11 09:15:39 core01 kubelet-wrapper[4147]: image: using image from file /usr/share/rkt/stage1-fly.aci | |
Jul 11 09:15:39 core01 kubelet-wrapper[4147]: image: searching for app image quay.io/coreos/hyperkube | |
Jul 11 09:15:54 core01 kubelet-wrapper[4147]: run: Get https://quay.io?ac-discovery=1: dial tcp: i/o timeout | |
Jul 11 09:15:54 core01 systemd[1]: kube-kubelet.service: Main process exited, code=exited, status=1/FAILURE | |
Jul 11 09:15:54 core01 systemd[1]: kube-kubelet.service: Unit entered failed state. | |
Jul 11 09:15:54 core01 systemd[1]: kube-kubelet.service: Failed with result 'exit-code'. | |
Jul 11 09:16:04 core01 systemd[1]: kube-kubelet.service: Service hold-off time over, scheduling restart. | |
Jul 11 09:16:04 core01 systemd[1]: Stopped kube-kubelet.service. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Traceback (most recent call last): | |
File "/var/lib/ambari-agent/cache/common-services/YARN/2.1.0.2.0/package/scripts/historyserver.py", line 182, in <module> | |
HistoryServer().execute() | |
File "/usr/lib/python2.6/site-packages/resource_management/libraries/script/script.py", line 219, in execute | |
method(env) | |
File "/var/lib/ambari-agent/cache/common-services/YARN/2.1.0.2.0/package/scripts/historyserver.py", line 100, in start | |
host_sys_prepped=params.host_sys_prepped) | |
File "/usr/lib/python2.6/site-packages/resource_management/libraries/functions/copy_tarball.py", line 204, in copy_to_hdfs | |
replace_existing_files=replace_existing_files, | |
File "/usr/lib/python2.6/site-packages/resource_management/core/base.py", line 154, in __init__ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# there is surely a much better way to do this using sytemd/networkd | |
[Unit] | |
Description=Configure Docker Bridge | |
Requires=docker.service | |
#After=docker.socket | |
[Service] | |
Type=oneshot | |
#ExecStartPre=-/bin/sh -c "route del -net 10.1.0.0 netmask 255.255.0.0 dev tap0" | |
ExecStartPre=/bin/sh -c "while ! ifconfig -s | grep -q tap0 ; do sleep 1; done" | |
ExecStartPre=/bin/sh -c "while ! ifconfig -s | grep -q docker0 ; do sleep 1; done" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ansicolor:0.4.1 | |
artifactory:2.2.7 | |
build-monitor-plugin:1.6+build.140 | |
credentials:1.22 | |
email-ext:2.39 | |
envinject:1.91.1 | |
git-client:1.16.1 | |
git:2.3.5 | |
gradle:1.24 | |
jacoco:1.0.18 |