Skip to content

Instantly share code, notes, and snippets.

@kevinearls
Created February 16, 2018 15:27
Show Gist options
  • Save kevinearls/e68bb0cdae8d3b8e3d93ddb883b3b2e5 to your computer and use it in GitHub Desktop.
Save kevinearls/e68bb0cdae8d3b8e3d93ddb883b3b2e5 to your computer and use it in GitHub Desktop.
apiVersion: v1
kind: DeploymentConfig
metadata:
annotations:
fabric8.io/git-branch: SWS-86
fabric8.io/git-commit: 1d373f6eec76fdad7a3d7b902b240ae21566f57e
fabric8.io/metrics-path: dashboard/file/kubernetes-pods.json/?var-project=jaeger-standalone-performance-tests&var-version=1.1
creationTimestamp: 2018-02-16T15:13:47Z
generation: 2
labels:
app: jaeger-standalone-performance-tests
group: org.hawkular.qe
provider: fabric8
version: "1.1"
name: jaeger-standalone-performance-tests
namespace: myproject
resourceVersion: "96996"
selfLink: /oapi/v1/namespaces/myproject/deploymentconfigs/jaeger-standalone-performance-tests
uid: fc59a3d1-132b-11e8-85cf-9a2cc7cfc32e
spec:
replicas: 1
revisionHistoryLimit: 2
selector:
app: jaeger-standalone-performance-tests
group: org.hawkular.qe
provider: fabric8
strategy:
activeDeadlineSeconds: 21600
resources: {}
rollingParams:
intervalSeconds: 1
maxSurge: 25%
maxUnavailable: 25%
timeoutSeconds: 3600
updatePeriodSeconds: 1
type: Rolling
template:
metadata:
annotations:
fabric8.io/git-branch: SWS-86
fabric8.io/git-commit: 1d373f6eec76fdad7a3d7b902b240ae21566f57e
fabric8.io/metrics-path: dashboard/file/kubernetes-pods.json/?var-project=jaeger-standalone-performance-tests&var-version=1.1
creationTimestamp: null
labels:
app: jaeger-standalone-performance-tests
group: org.hawkular.qe
provider: fabric8
version: "1.1"
spec:
containers:
- env:
- name: KUBERNETES_NAMESPACE
valueFrom:
fieldRef:
apiVersion: v1
fieldPath: metadata.namespace
- name: DELAY
value: "100"
- name: DURATION_IN_MINUTES
value: "5"
- name: JAEGER_AGENT_HOST
value: localhost
- name: JAEGER_COLLECTOR_HOST
value: jaeger-collector
- name: JAEGER_COLLECTOR_PORT
value: "14268"
- name: JAEGER_FLUSH_INTERVAL
value: "100"
- name: JAEGER_MAX_PACKET_SIZE
value: "0"
- name: JAEGER_MAX_QUEUE_SIZE
value: "100000"
- name: JAEGER_SAMPLING_RATE
value: "1.0"
- name: JAEGER_UDP_PORT
value: "6831"
- name: TEST_SERVICE_NAME
value: standalong
- name: THREAD_COUNT
value: "100"
- name: USE_AGENT_OR_COLLECTOR
value: COLLECTOR
- name: USE_LOGGING_REPORTER
value: "false"
image: 172.30.1.1:5000/myproject/jaeger-standalone-performance-tests@sha256:5b6bbf4c7877b1200d441063f0541804ffb62fd13eeee5cf9b22cc6b03afa8ec
imagePullPolicy: IfNotPresent
name: jaeger-standalone-performance-test
ports:
- containerPort: 8080
name: http
protocol: TCP
- containerPort: 9779
name: prometheus
protocol: TCP
- containerPort: 8778
name: jolokia
protocol: TCP
resources: {}
securityContext:
privileged: false
terminationMessagePath: /dev/termination-log
terminationMessagePolicy: File
- command:
- /go/bin/agent-linux
- --collector.host-port=jaeger-collector.jaeger-infra.svc:14267
image: jaegertracing/jaeger-agent@sha256:527ad9ae71db2e374a3a2775a6593582f9f4de3f5c2a2ddaad620edb5f0a75de
imagePullPolicy: Always
name: jaeger-agent
ports:
- containerPort: 5775
protocol: UDP
- containerPort: 5778
protocol: TCP
- containerPort: 6831
name: ambit-lm
protocol: UDP
- containerPort: 6832
protocol: UDP
resources: {}
terminationMessagePath: /dev/termination-log
terminationMessagePolicy: File
dnsPolicy: ClusterFirst
restartPolicy: Always
schedulerName: default-scheduler
securityContext: {}
terminationGracePeriodSeconds: 30
test: false
triggers:
- type: ConfigChange
- imageChangeParams:
automatic: true
containerNames:
- jaeger-standalone-performance-test
from:
kind: ImageStreamTag
name: jaeger-standalone-performance-tests:1.1
namespace: myproject
lastTriggeredImage: 172.30.1.1:5000/myproject/jaeger-standalone-performance-tests@sha256:5b6bbf4c7877b1200d441063f0541804ffb62fd13eeee5cf9b22cc6b03afa8ec
type: ImageChange
- imageChangeParams:
automatic: true
containerNames:
- jaeger-agent
from:
kind: ImageStreamTag
name: jaeger-agent:latest
namespace: myproject
lastTriggeredImage: jaegertracing/jaeger-agent@sha256:527ad9ae71db2e374a3a2775a6593582f9f4de3f5c2a2ddaad620edb5f0a75de
type: ImageChange
status:
availableReplicas: 1
conditions:
- lastTransitionTime: 2018-02-16T15:13:53Z
lastUpdateTime: 2018-02-16T15:13:53Z
message: replication controller "jaeger-standalone-performance-tests-1" successfully
rolled out
reason: NewReplicationControllerAvailable
status: "True"
type: Progressing
- lastTransitionTime: 2018-02-16T15:18:54Z
lastUpdateTime: 2018-02-16T15:18:54Z
message: Deployment config has minimum availability.
status: "True"
type: Available
details:
causes:
- type: ConfigChange
message: config change
latestVersion: 1
observedGeneration: 2
readyReplicas: 1
replicas: 1
unavailableReplicas: 0
updatedReplicas: 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment