Fixing any remaining 1.2 hardcodes

This commit is contained in:
johndmulhausen
2016-07-07 02:18:44 -07:00
parent fffb6017c0
commit d1074bc3c2
12 changed files with 42 additions and 42 deletions
+2 -2
View File
@@ -133,7 +133,7 @@ toc:
- title: Connect with Port Forwarding - title: Connect with Port Forwarding
path: /docs/user-guide/connecting-to-applications-port-forward/ path: /docs/user-guide/connecting-to-applications-port-forward/
- title: Using Explorer to Examine the Runtime Environment - title: Using Explorer to Examine the Runtime Environment
path: https://github.com/kubernetes/kubernetes/tree/release-1.2/examples/explorer path: https://github.com/kubernetes/kubernetes/tree/release-1.3/examples/explorer
- title: Creating a Cluster - title: Creating a Cluster
section: section:
@@ -273,7 +273,7 @@ toc:
- title: Using DNS Pods and Services - title: Using DNS Pods and Services
path: /docs/admin/dns/ path: /docs/admin/dns/
- title: Setting Up and Configuring DNS - title: Setting Up and Configuring DNS
path: https://github.com/kubernetes/kubernetes/tree/release-1.2/examples/cluster-dns path: https://github.com/kubernetes/kubernetes/tree/release-1.3/examples/cluster-dns
- title: Master <-> Node Communication - title: Master <-> Node Communication
path: /docs/admin/master-node-communication/ path: /docs/admin/master-node-communication/
- title: Network Plugins - title: Network Plugins
+4 -4
View File
@@ -6,10 +6,10 @@ overrides:
- path: docs/admin/kube-proxy.md - path: docs/admin/kube-proxy.md
- path: docs/admin/kube-scheduler.md - path: docs/admin/kube-scheduler.md
- path: docs/admin/kubelet.md - path: docs/admin/kubelet.md
- changedpath: docs/api-reference/extensions/v1beta1/definitions.html _includes/v1.2/extensions-v1beta1-definitions.html - changedpath: docs/api-reference/extensions/v1beta1/definitions.html _includes/v1.3/extensions-v1beta1-definitions.html
- changedpath: docs/api-reference/extensions/v1beta1/operations.html _includes/v1.2/extensions-v1beta1-operations.html - changedpath: docs/api-reference/extensions/v1beta1/operations.html _includes/v1.3/extensions-v1beta1-operations.html
- changedpath: docs/api-reference/v1/definitions.html _includes/v1.2/v1-definitions.html - changedpath: docs/api-reference/v1/definitions.html _includes/v1.3/v1-definitions.html
- changedpath: docs/api-reference/v1/operations.html _includes/v1.2/v1-operations.html - changedpath: docs/api-reference/v1/operations.html _includes/v1.3/v1-operations.html
- copypath: k8s/cluster/saltbase/salt/fluentd-gcp/fluentd-gcp.yaml docs/getting-started-guides/fluentd-gcp.yaml - copypath: k8s/cluster/saltbase/salt/fluentd-gcp/fluentd-gcp.yaml docs/getting-started-guides/fluentd-gcp.yaml
- copypath: k8s/examples/blog-logging/counter-pod.yaml docs/getting-started-guides/counter-pod.yaml - copypath: k8s/examples/blog-logging/counter-pod.yaml docs/getting-started-guides/counter-pod.yaml
- copypath: k8s/examples/blog-logging/counter-pod.yaml docs/user-guide/counter-pod.yaml - copypath: k8s/examples/blog-logging/counter-pod.yaml docs/user-guide/counter-pod.yaml
+5 -5
View File
@@ -232,14 +232,14 @@ toc:
- title: Kubernetes Design Docs - title: Kubernetes Design Docs
section: section:
- title: Kubernetes Architecture - title: Kubernetes Architecture
path: https://github.com/kubernetes/kubernetes/blob/release-1.2/docs/design/architecture.md path: https://github.com/kubernetes/kubernetes/blob/release-1.3/docs/design/architecture.md
- title: Kubernetes Design Overview - title: Kubernetes Design Overview
path: https://github.com/kubernetes/kubernetes/blob/release-1.2/docs/design/ path: https://github.com/kubernetes/kubernetes/blob/release-1.3/docs/design/
- title: Security in Kubernetes - title: Security in Kubernetes
path: https://github.com/kubernetes/kubernetes/blob/release-1.2/docs/design/security.md path: https://github.com/kubernetes/kubernetes/blob/release-1.3/docs/design/security.md
- title: Kubernetes Identity and Access Management - title: Kubernetes Identity and Access Management
path: https://github.com/kubernetes/kubernetes/blob/release-1.2/docs/design/access.md path: https://github.com/kubernetes/kubernetes/blob/release-1.3/docs/design/access.md
- title: Security Contexts - title: Security Contexts
path: https://github.com/kubernetes/kubernetes/blob/release-1.2/docs/design/security_context.md path: https://github.com/kubernetes/kubernetes/blob/release-1.3/docs/design/security_context.md
- title: Kubernetes OpenVSwitch GRE/VxLAN networking - title: Kubernetes OpenVSwitch GRE/VxLAN networking
path: /docs/admin/ovs-networking/ path: /docs/admin/ovs-networking/
+27 -27
View File
@@ -7,73 +7,73 @@ toc:
- title: Storage / Database / KV - title: Storage / Database / KV
section: section:
- title: Apache Cassandra Database - title: Apache Cassandra Database
path: https://github.com/kubernetes/kubernetes/tree/release-1.2/examples/cassandra path: https://github.com/kubernetes/kubernetes/tree/release-1.3/examples/cassandra
- title: Ceph - title: Ceph
path: https://github.com/kubernetes/kubernetes/tree/release-1.2/examples/rbd/ path: https://github.com/kubernetes/kubernetes/tree/release-1.3/examples/rbd/
- title: CephFS - title: CephFS
path: https://github.com/kubernetes/kubernetes/tree/release-1.2/examples/cephfs/ path: https://github.com/kubernetes/kubernetes/tree/release-1.3/examples/cephfs/
- title: GlusterFS - title: GlusterFS
path: /https://github.com/kubernetes/kubernetes/tree/release-1.2/examples/glusterfs/ path: /https://github.com/kubernetes/kubernetes/tree/release-1.3/examples/glusterfs/
- title: Hazelcast - title: Hazelcast
path: https://github.com/kubernetes/kubernetes/tree/release-1.2/examples/hazelcast path: https://github.com/kubernetes/kubernetes/tree/release-1.3/examples/hazelcast
- title: iSCSI - title: iSCSI
path: https://github.com/kubernetes/kubernetes/tree/release-1.2/examples/iscsi/ path: https://github.com/kubernetes/kubernetes/tree/release-1.3/examples/iscsi/
- title: MySQL Galera - title: MySQL Galera
path: https://github.com/kubernetes/kubernetes/tree/release-1.2/examples/mysql-galera path: https://github.com/kubernetes/kubernetes/tree/release-1.3/examples/mysql-galera
- title: NFS - title: NFS
path: https://github.com/kubernetes/kubernetes/tree/release-1.2/examples/nfs/ path: https://github.com/kubernetes/kubernetes/tree/release-1.3/examples/nfs/
- title: Redis - title: Redis
path: https://github.com/kubernetes/kubernetes/tree/release-1.2/examples/redis/ path: https://github.com/kubernetes/kubernetes/tree/release-1.3/examples/redis/
- title: RethinkDB - title: RethinkDB
path: https://github.com/kubernetes/kubernetes/tree/release-1.2/examples/rethinkdb/ path: https://github.com/kubernetes/kubernetes/tree/release-1.3/examples/rethinkdb/
- title: Vitess - title: Vitess
path: https://github.com/kubernetes/kubernetes/tree/release-1.2/examples/vitess/ path: https://github.com/kubernetes/kubernetes/tree/release-1.3/examples/vitess/
- title: Big Data - title: Big Data
section: section:
- title: Apache Spark - title: Apache Spark
path: https://github.com/kubernetes/kubernetes/tree/release-1.2/examples/spark path: https://github.com/kubernetes/kubernetes/tree/release-1.3/examples/spark
- title: Apache Storm - title: Apache Storm
path: https://github.com/kubernetes/kubernetes/tree/release-1.2/examples/storm path: https://github.com/kubernetes/kubernetes/tree/release-1.3/examples/storm
- title: Messaging / Queueing - title: Messaging / Queueing
section: section:
- title: Celery + RabbitMQ - title: Celery + RabbitMQ
path: https://github.com/kubernetes/kubernetes/tree/release-1.2/examples/celery-rabbitmq path: https://github.com/kubernetes/kubernetes/tree/release-1.3/examples/celery-rabbitmq
- title: Hazelcast - title: Hazelcast
path: https://github.com/kubernetes/kubernetes/tree/release-1.2/examples/hazelcast path: https://github.com/kubernetes/kubernetes/tree/release-1.3/examples/hazelcast
- title: Miscellaneous - title: Miscellaneous
section: section:
- title: Meteor Applications - title: Meteor Applications
path: https://github.com/kubernetes/kubernetes/tree/release-1.2/examples/meteor/ path: https://github.com/kubernetes/kubernetes/tree/release-1.3/examples/meteor/
- title: Elasticsearch - title: Elasticsearch
path: https://github.com/kubernetes/kubernetes/tree/release-1.2/examples/elasticsearch/ path: https://github.com/kubernetes/kubernetes/tree/release-1.3/examples/elasticsearch/
- title: OpenShift Origin - title: OpenShift Origin
path: https://github.com/kubernetes/kubernetes/tree/release-1.2/examples/openshift-origin/ path: https://github.com/kubernetes/kubernetes/tree/release-1.3/examples/openshift-origin/
- title: Selenium - title: Selenium
path: https://github.com/kubernetes/kubernetes/tree/release-1.2/examples/selenium/ path: https://github.com/kubernetes/kubernetes/tree/release-1.3/examples/selenium/
- title: Monitoring and Logging - title: Monitoring and Logging
section: section:
- title: Elasticsearch/Kibana Logging Demonstration - title: Elasticsearch/Kibana Logging Demonstration
path: https://github.com/kubernetes/kubernetes/tree/release-1.2/examples/logging-demo/ path: https://github.com/kubernetes/kubernetes/tree/release-1.3/examples/logging-demo/
- title: NewRelic - title: NewRelic
path: https://github.com/kubernetes/kubernetes/tree/release-1.2/examples/newrelic path: https://github.com/kubernetes/kubernetes/tree/release-1.3/examples/newrelic
- title: Multi-tier Applications - title: Multi-tier Applications
section: section:
- title: Guestbook - Go Server - title: Guestbook - Go Server
path: https://github.com/kubernetes/kubernetes/tree/release-1.2/examples/guestbook-go/ path: https://github.com/kubernetes/kubernetes/tree/release-1.3/examples/guestbook-go/
- title: GuestBook - PHP Server - title: GuestBook - PHP Server
path: https://github.com/kubernetes/kubernetes/tree/release-1.2/examples/guestbook/ path: https://github.com/kubernetes/kubernetes/tree/release-1.3/examples/guestbook/
- title: MEAN stack on Google Cloud Platform - title: MEAN stack on Google Cloud Platform
path: /docs/getting-started-guides/meanstack/ path: /docs/getting-started-guides/meanstack/
- title: MySQL + Wordpress - title: MySQL + Wordpress
path: https://github.com/kubernetes/kubernetes/tree/release-1.2/examples/mysql-wordpress-pd/ path: https://github.com/kubernetes/kubernetes/tree/release-1.3/examples/mysql-wordpress-pd/
- title: MySQL + Phabricator Server - title: MySQL + Phabricator Server
path: https://github.com/kubernetes/kubernetes/tree/release-1.2/examples/phabricator/ path: https://github.com/kubernetes/kubernetes/tree/release-1.3/examples/phabricator/
- title: Nodejs + Mongo - title: Nodejs + Mongo
path: https://github.com/kubernetes/kubernetes/tree/release-1.2/examples/nodesjs-mongodb path: https://github.com/kubernetes/kubernetes/tree/release-1.3/examples/nodesjs-mongodb
- title: Petstore - title: Petstore
path: https://github.com/kubernetes/kubernetes/tree/release-1.2/examples/k8petstore/ path: https://github.com/kubernetes/kubernetes/tree/release-1.3/examples/k8petstore/
@@ -1,3 +1,3 @@
--- ---
--- ---
{% include v1.2/extensions-v1beta1-definitions.html %} {% include v1.3/extensions-v1beta1-definitions.html %}
@@ -1,3 +1,3 @@
--- ---
--- ---
{% include v1.2/extensions-v1beta1-operations.html %} {% include v1.3/extensions-v1beta1-operations.html %}
+1 -1
View File
@@ -1,3 +1,3 @@
--- ---
--- ---
{% include v1.2/v1-definitions.html %} {% include v1.3/v1-definitions.html %}
+1 -1
View File
@@ -1,3 +1,3 @@
--- ---
--- ---
{% include v1.2/v1-operations.html %} {% include v1.3/v1-operations.html %}