Sha256: 3324ef2489c7f261f1e6050cf755a03cdc296ebebe460bb53347a48e17bf8dff
Contents?: true
Size: 945 Bytes
Versions: 2
Compression:
Stored size: 945 Bytes
Contents
--- :apiVersion: v1 :kind: Pod :metadata: :name: "%{pod_name}" :namespace: gke-puppetagent-ci :labels: :app: "%{pod_name}" :project: puppet-agent-ci :spec: :hostname: "%{pod_name}" :containers: - :image: <%= ENV.fetch("CONTAINER_IMAGE") { "gcr.io/puppetagent-ci/centos-7-base:v3" } %> :name: "centos-7-base" :securityContext: :capabilities: :add: - NET_ADMIN :dnsPolicy: "None" :dnsConfig: nameservers: - 10.240.0.10 - 10.240.1.10 :searches: - gke-puppetagent-ci.puppet.net :hostAliases: - :ip: "169.254.169.254" :hostnames: - "metadata.google.internal" :affinity: :podAntiAffinity: :preferredDuringSchedulingIgnoredDuringExecution: - :weight: 100 :podAffinityTerm: :labelSelector: :matchLabels: :project: puppet-agent-ci :topologyKey: kubernetes.io/hostname
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
beaker-gke-0.1.0 | config/pod.yaml |
beaker-gke-0.0.3 | config/pod.yaml |