9eec1e2da3
This adds the prometheus annotations to the calico-node daemonset to allow prometheus to create a scrape config for calico metrics. This requires adding a annotation tree in the chart's values.yaml file Change-Id: I0e62fce34ea8de6d0241ea00aaae66187b808c81
122 lines
3.1 KiB
YAML
122 lines
3.1 KiB
YAML
# Copyright 2017 The Openstack-Helm Authors.
|
|
#
|
|
# 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
|
|
# distributed under the License is distributed on an "AS IS" BASIS,
|
|
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
# See the License for the specific language governing permissions and
|
|
# limitations under the License.
|
|
|
|
# http://docs.projectcalico.org/v2.4/getting-started/kubernetes/installation/hosted/kubeadm/1.6/calico.yaml
|
|
# Calico Version v2.4.1
|
|
# https://docs.projectcalico.org/v2.4/releases#v2.4.1
|
|
# This manifest includes the following component versions:
|
|
# calico/node:v2.4.1
|
|
# calico/cni:v1.10.0
|
|
# calico/kube-policy-controller:v0.7.0
|
|
|
|
labels:
|
|
node_selector_key: openstack-control-plane
|
|
node_selector_value: enabled
|
|
|
|
images:
|
|
tags:
|
|
calico_etcd: quay.io/coreos/etcd:v3.1.10
|
|
calico_node: quay.io/calico/node:v2.4.1
|
|
calico_cni: quay.io/calico/cni:v1.10.0
|
|
calico_kube_policy_controller: quay.io/calico/kube-policy-controller:v0.7.0
|
|
dep_check: quay.io/stackanetes/kubernetes-entrypoint:v0.2.1
|
|
image_repo_sync: docker.io/docker:17.07.0
|
|
pull_policy: IfNotPresent
|
|
local_registry:
|
|
active: false
|
|
exclude:
|
|
- dep_check
|
|
- image_repo_sync
|
|
- calico_etcd
|
|
- calico_node
|
|
- calico_cni
|
|
- calico_kube_policy_controller
|
|
|
|
pod:
|
|
annotations:
|
|
calico_node:
|
|
prometheus_port: 9091
|
|
prometheus_scrape: true
|
|
resources:
|
|
enabled: false
|
|
jobs:
|
|
image_repo_sync:
|
|
requests:
|
|
memory: "128Mi"
|
|
cpu: "100m"
|
|
limits:
|
|
memory: "1024Mi"
|
|
cpu: "2000m"
|
|
|
|
dependencies:
|
|
etcd:
|
|
services: null
|
|
calico_node:
|
|
services:
|
|
- service: etcd
|
|
endpoint: internal
|
|
calico_policy_controller:
|
|
services:
|
|
- service: etcd
|
|
endpoint: internal
|
|
|
|
conditional_dependencies:
|
|
local_image_registry:
|
|
jobs:
|
|
- calico-image-repo-sync
|
|
services:
|
|
- service: local_image_registry
|
|
endpoint: node
|
|
|
|
endpoints:
|
|
cluster_domain_suffix: cluster.local
|
|
local_image_registry:
|
|
name: docker-registry
|
|
namespace: docker-registry
|
|
hosts:
|
|
default: localhost
|
|
internal: docker-registry
|
|
node: localhost
|
|
host_fqdn_override:
|
|
default: null
|
|
port:
|
|
registry:
|
|
node: 5000
|
|
etcd:
|
|
hosts:
|
|
default: calico-etcd
|
|
host_fqdn_override:
|
|
default: null
|
|
port:
|
|
client:
|
|
default: 6666
|
|
peer:
|
|
default: 6667
|
|
|
|
networking:
|
|
podSubnet: 192.168.0.0/16
|
|
|
|
manifests:
|
|
clusterrole_calico_cni_plugin: true
|
|
clusterrole_calico_policy_controller: true
|
|
clusterrolebinding_calico_cni_plugin: true
|
|
clusterrolebinding_calico_policy_controller: true
|
|
configmap_bin: true
|
|
configmap_calico_config: true
|
|
daemonset_calico_etcd: true
|
|
daemonset_calico_node: true
|
|
deployment_calico_policy_controller: true
|
|
job_image_repo_sync: true
|
|
service_calico_etcd: true
|