This file contains hidden or 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 27 04:11:00 dcos-master-1020.c.example-project.internal dcos-diagnostics[30583]: "status": 3, | |
Jul 27 04:11:00 dcos-master-1020.c.example-project.internal dcos-diagnostics[30583]: "checks": { | |
Jul 27 04:11:00 dcos-master-1020.c.example-project.internal dcos-diagnostics[30583]: "clock_sync": { | |
Jul 27 04:11:00 dcos-master-1020.c.example-project.internal dcos-diagnostics[30583]: "output": "Clock is synced\n", | |
Jul 27 04:11:00 dcos-master-1020.c.example-project.internal dcos-diagnostics[30583]: "status": 0 | |
Jul 27 04:11:00 dcos-master-1020.c.example-project.internal dcos-diagnostics[30583]: }, | |
Jul 27 04:11:00 dcos-master-1020.c.example-project.internal dcos-diagnostics[30583]: "components_master": { | |
Jul 27 04:11:00 dcos-master-1020.c.example-project.internal dcos-diagnostics[30583]: "output": "Error executing DC/OS components health check: unable to execute GET /system/health/v1: Get http://10.000.0.0:1050/system/health/v1: dial tcp 10.000.0.0:1050: getsockopt: connection refu | |
se |
This file contains hidden or 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
● dcos-checks-poststart.service - DC/OS Poststart Checks: Run node-poststart checks | |
Loaded: loaded (/etc/systemd/system/dcos-checks-poststart.service; enabled; vendor preset: disabled) | |
Active: failed (Result: exit-code) since Fri 2018-07-27 04:05:00 UTC; 46s ago | |
Process: 25188 ExecStart=/opt/mesosphere/bin/dcos-diagnostics check node-poststart (code=exited, status=3) | |
Main PID: 25188 (code=exited, status=3) | |
Jul 27 04:05:00 dcos-master-1020.c.example-project.internal systemd[1]: Started DC/OS Poststart Checks: Run node-poststart checks. | |
Jul 27 04:05:00 dcos-master-1020.c.example-project.internal systemd[1]: dcos-checks-poststart.service: Main process exited, code=exited, status=3/NOTIMPLEMENTED | |
Jul 27 04:05:00 dcos-master-1020.c.example-project.internal systemd[1]: dcos-checks-poststart.service: Failed with result 'exit-code'. |
This file contains hidden or 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
bootstrap_url: http://10.000.0.00:80 | |
cluster_name: 'example-cluster' | |
docker_remove_delay: 1 hrs | |
enable_docker_gc: true | |
exhibitor_storage_backend: zookeeper | |
exhibitor_zk_hosts: | |
- 10.000.0.0:2181 | |
- 10.000.0.0:2181 | |
- 10.000.0.0:2181 | |
exhibitor_zk_path: /data |
This file contains hidden or 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
Envoy command: [-c /etc/istio/proxy/envoy-rev0.json --restart-epoch 0 --drain-time-s 45 --parent-shutdown-time-s 60 --service-cluster fhltr-ed | |
ge-proxy --service-node sidecar~10.8.3.6~fhltr-edge-proxy-794b47c89d-llnzz.default~default.svc.cluster.local --max-obj-name-len 189 -l warn --v2-config-only] | |
[2018-07-13 23:35:58.696][12][critical][assert] external/envoy/source/server/hot_restart_impl.cc:58] panic: cannot open shared memory region /envoy_shared_memory_0 check user permiss | |
ions | |
[2018-07-13 23:35:58.698][12][critical][backtrace] bazel-out/k8-opt/bin/external/envoy/source/server/_virtual_includes/backtrace_lib/server/backtrace.h:114] Caught Aborted, suspect f | |
aulting address 0x5390000000c | |
Error syncing pod ab56cd1a-86fa-11e8-b523-42010a800225 ("example-edge-proxy-794b47c89d-r6twn_default(ab56cd1a-86fa-11e8-b523-42010a800225)"), skipping: failed to "StartContainer" for "istio-proxy" with CrashLoopBackOff: "Back-off 5m0s restarting failed container=istio-proxy pod=example-edge-proxy-794b47c89d-r6twn_defa |
This file contains hidden or 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
/* | |
* Copyright 2016, gRPC Authors All rights reserved. | |
* | |
* Licensed under the Apache License, Version 2.0 (the "License"); | |
* you may not use this file except in compliance with the License. | |
* You may obtain a copy of the License at | |
* | |
* http://www.apache.org/licenses/LICENSE-2.0 | |
* | |
* Unless required by applicable law or agreed to in writing, software |
This file contains hidden or 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
--- | |
node: | |
id: a-grpc | |
cluster: a-something-grpc-java | |
build_version: 1.0.0 | |
static_resources: | |
listeners: | |
name: a-something-com | |
address: | |
socket_address: |
This file contains hidden or 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
--- | |
listeners: | |
- name: a.something.com | |
address: tcp://0.0.0.0:443 | |
filters: | |
- name: http_connection_manager | |
config: | |
codec_type: http2 | |
stat_prefix: a_com_something | |
rds: '' |
This file contains hidden or 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
File route-guide.proto | |
Service RouteGuide | |
Method GetFeature | |
input .routeguide.Point | |
output .routeguide.Feature | |
client_streaming false | |
server_streaming false | |
Method ListFeatures | |
input .routeguide.Rectangle | |
output .routeguide.Feature |
This file contains hidden or 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
<?xml version="1.0" encoding="UTF-8"?> | |
<project xmlns="http://maven.apache.org/POM/4.0.0" | |
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | |
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> | |
<modelVersion>4.0.0</modelVersion> | |
<groupId>ascertain</groupId> | |
<artifactId>captain</artifactId> | |
<version>1.0-SNAPSHOT</version> | |
<packaging>jar</packaging> |
This file contains hidden or 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
echo $COREOS_PRIVATE_IPV4 | |
ifconfig ens4v1 | grep 'inet ' | awk '{ print $2} | |
ifconfig ens4v1 | awk '/inet /{print $2}' | |
host `hostname` | awk '{print $4}' | |
netstat -tlnp |