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
The MAX_HEAP_SIZE envar is not set. Basing the MAX_HEAP_SIZE on the available memory limit for the pod (2000000000). | |
The memory limit is less than 2GB. Using 1/2 of available memory for the max_heap_size. | |
The MAX_HEAP_SIZE has been set to 953M | |
THE HEAP_NEWSIZE envar is not set. Setting to 400M based on the CPU_LIMIT of 4000. [100M per CPU core] | |
About to generate seeds | |
Trying to access the Seed list [try #1] | |
Trying to access the Seed list [try #2] | |
Trying to access the Seed list [try #3] | |
Setting seeds to be hawkular-cassandra-1-zbl1y | |
Creating the Cassandra keystore from the Secret's cert 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
apiVersion: v1 | |
kind: Pod | |
metadata: | |
name: pending-log-test | |
spec: | |
containers: | |
- image: openshift/ruby-hello-world | |
name: test-pending | |
lifecycle: | |
postStart: |
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
I0817 14:36:51.000752 12248 start_master.go:308] Starting master on 0.0.0.0:8443 (v1.0.4) | |
I0817 14:36:51.000805 12248 start_master.go:309] Public master address is https://192.168.122.1:8443 | |
2015/08/17 14:36:51 etcdserver: datadir is valid for the 2.0.1 format | |
2015/08/17 14:36:51 etcdserver: recovered store from snapshot at index 220022 | |
2015/08/17 14:36:51 etcdserver: name = openshift.local | |
2015/08/17 14:36:51 etcdserver: data dir = /home/mwringe/PROJECTS/OPENSHIFT/v1.0.4/openshift.local.etcd | |
2015/08/17 14:36:51 etcdserver: member dir = /home/mwringe/PROJECTS/OPENSHIFT/v1.0.4/openshift.local.etcd/member | |
2015/08/17 14:36:51 etcdserver: heartbeat = 100ms | |
2015/08/17 14:36:51 etcdserver: election = 1000ms | |
2015/08/17 14:36:51 etcdserver: snapshot count = 0 |
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
{ | |
"id": "foobar", | |
"kind": "List", | |
"apiVersion": "v1beta3", | |
"name": "foobar", | |
"items": [ | |
{ | |
"apiVersion" : "v1beta3", | |
"kind": "Service", | |
"metadata" : { |