diff options
author | Jason DeTiberus <jdetiber@redhat.com> | 2016-07-25 11:45:19 -0400 |
---|---|---|
committer | Jason DeTiberus <jdetiber@redhat.com> | 2016-07-25 11:45:19 -0400 |
commit | 8866740a4d61b15d1cd9adbc9741e95650adccf4 (patch) | |
tree | 8bc56f28afe1f12489ba8b0790300276cb5d0a8b /roles/openshift_node/templates | |
parent | cd46274c9d52dab3553f3f88fca37bf2a93c9068 (diff) | |
download | openshift-8866740a4d61b15d1cd9adbc9741e95650adccf4.tar.gz openshift-8866740a4d61b15d1cd9adbc9741e95650adccf4.tar.bz2 openshift-8866740a4d61b15d1cd9adbc9741e95650adccf4.tar.xz openshift-8866740a4d61b15d1cd9adbc9741e95650adccf4.zip |
remove outdated openshift_cluster_metrics role
Diffstat (limited to 'roles/openshift_node/templates')
-rw-r--r-- | roles/openshift_node/templates/node.yaml.v1.j2 | 1 | ||||
-rw-r--r-- | roles/openshift_node/templates/partials/kubeletArguments.j2 | 5 |
2 files changed, 0 insertions, 6 deletions
diff --git a/roles/openshift_node/templates/node.yaml.v1.j2 b/roles/openshift_node/templates/node.yaml.v1.j2 index 9ba1a01dd..a37770c4a 100644 --- a/roles/openshift_node/templates/node.yaml.v1.j2 +++ b/roles/openshift_node/templates/node.yaml.v1.j2 @@ -34,7 +34,6 @@ servingInfo: clientCA: ca.crt keyFile: server.key volumeDirectory: {{ openshift.common.data_dir }}/openshift.local.volumes -{% include 'partials/kubeletArguments.j2' %} proxyArguments: proxy-mode: - {{ openshift.node.proxy_mode }} diff --git a/roles/openshift_node/templates/partials/kubeletArguments.j2 b/roles/openshift_node/templates/partials/kubeletArguments.j2 deleted file mode 100644 index 6c3bd04c5..000000000 --- a/roles/openshift_node/templates/partials/kubeletArguments.j2 +++ /dev/null @@ -1,5 +0,0 @@ -{% if openshift.common.use_cluster_metrics | bool %} -kubeletArguments: - "read-only-port": - - "10255" -{% endif %}
\ No newline at end of file |