Created
August 16, 2016 19:42
-
-
Save jcantrill/be9ad3acc243a9f679c19ea04f90afef to your computer and use it in GitHub Desktop.
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
$ oc new-app logging-deployer-template -p MODE=reinstall | |
--> Deploying template "logging-deployer-template" in project "openshift" | |
logging-deployer-template | |
--------- | |
Template for running the aggregated logging deployer in a pod. Requires empowered 'logging-deployer' service account. | |
* With parameters: | |
* MODE=reinstall | |
* IMAGE_PREFIX=docker.io/openshift/origin- | |
* IMAGE_VERSION=latest | |
* IMAGE_PULL_SECRET= | |
* INSECURE_REGISTRY=false | |
* ENABLE_OPS_CLUSTER=false | |
* KIBANA_HOSTNAME=kibana.example.com | |
* KIBANA_OPS_HOSTNAME=kibana-ops.example.com | |
* PUBLIC_MASTER_URL=https://localhost:8443 | |
* MASTER_URL=https://kubernetes.default.svc.cluster.local | |
* ES_CLUSTER_SIZE=1 | |
* ES_INSTANCE_RAM=8G | |
* ES_PVC_SIZE= | |
* ES_PVC_PREFIX=logging-es- | |
* ES_PVC_DYNAMIC= | |
* ES_NODE_QUORUM= | |
* ES_RECOVER_AFTER_NODES= | |
* ES_RECOVER_EXPECTED_NODES= | |
* ES_RECOVER_AFTER_TIME=5m | |
* ES_OPS_CLUSTER_SIZE= | |
* ES_OPS_INSTANCE_RAM=8G | |
* ES_OPS_PVC_SIZE= | |
* ES_OPS_PVC_PREFIX=logging-es-ops- | |
* ES_OPS_PVC_DYNAMIC= | |
* ES_OPS_NODE_QUORUM= | |
* ES_OPS_RECOVER_AFTER_NODES= | |
* ES_OPS_RECOVER_EXPECTED_NODES= | |
* ES_OPS_RECOVER_AFTER_TIME=5m | |
* FLUENTD_NODESELECTOR=logging-infra-fluentd=true | |
* ES_NODESELECTOR= | |
* ES_OPS_NODESELECTOR= | |
* KIBANA_NODESELECTOR= | |
* KIBANA_OPS_NODESELECTOR= | |
* CURATOR_NODESELECTOR= | |
* CURATOR_OPS_NODESELECTOR= | |
--> Creating resources with label app=logging-deployer-template ... | |
pod "logging-deployer-6p43w" created | |
--> Success | |
Run 'oc status' to view your app. | |
[jeff.cantrill@jcantril openshift]$ oc get configmap logging-deployer -o yaml | |
apiVersion: v1 | |
data: | |
es-cluster-size: "1" | |
es-instance-ram: 512M | |
kibana-hostname: kibana.vagrant.openshift.dev | |
public-master-url: https://vagrant.openshift.dev:8443 | |
kind: ConfigMap | |
metadata: | |
creationTimestamp: 2016-08-16T18:32:02Z | |
name: logging-deployer | |
namespace: logging | |
resourceVersion: "1874" | |
selfLink: /api/v1/namespaces/logging/configmaps/logging-deployer | |
uid: b994563f-63df-11e6-afb7-52540027498a |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment