Commit Graph

1241 Commits (6968074c90f8cbc697ea1dcf26d14d4acbd553ac)

Author SHA1 Message Date
Tim Hockin b429e89251 Spec qualified names (label keys) more tightly
It can be a (DNS_SUBDOMAIN/)?label, but we were validating it
incorrectly before.
2015-05-13 13:59:16 -07:00
Daniel Smith 99416947dc Merge pull request #8162 from thockin/hooks
Hooks cleanup
2015-05-13 13:27:24 -07:00
Rohit Jnagal a1ef8585da Merge pull request #8168 from brendandburns/docker
Update single node docker to 0.16.2
2015-05-13 13:25:27 -07:00
Rohit Jnagal be71186c7b Merge pull request #8152 from BenTheElder/ubuntu_docs_git_clone_fix
Fix https://github.com/GoogleCloudPlatform/kubernetes/issues/8147
2015-05-13 13:22:38 -07:00
Satnam Singh 04ba79d300 Merge pull request #7994 from RichieEscarez/7094-v1beta1_to_v1beta3
Replace instances of v1beta1 with v1beta3
2015-05-13 13:12:25 -07:00
Tim Hockin f11ba4a1b5 Switch git hooks to use pre-commit 2015-05-13 12:50:25 -07:00
Clayton Coleman 82913c3112 Merge pull request #8170 from wojtek-t/update_conversion_instructions
Update instructions for generating conversions.
2015-05-13 13:16:23 -04:00
Wojciech Tyczynski 1fe4b56176 Instructions for generating conversions. 2015-05-13 14:43:48 +02:00
Brendan Burns 48d7604f4e Update single node docker to 0.16.2 2015-05-13 11:15:56 +01:00
Jeff Lowdermilk a64cdb34c5 getting-started gce-guide tells users to use downloaded kubectl 2015-05-12 18:21:11 -07:00
BenTheElder 4ecb0193f2 Fixes https://github.com/GoogleCloudPlatform/kubernetes/issues/8147 2015-05-12 20:25:38 -04:00
RichieEscarez 14d8a98737 Revised example proxy URL
Updated the example we provide for the proxy URL to clarify how to
prefix a service name.
2015-05-12 11:30:18 -07:00
RichieEscarez 78271e269e Replace instances of v1beta1 with v1beta3
Per issue 7502, replaced all instances of “v1beta1/proxy” with
“v1beta3/proxy/namespaces/default” and “v1beta1/redirect” with
“v1beta3/redirect/namespaces/default”. Also removed all trailing ‘/‘
forward slashes.

Removed trailing whitespace that caused sync error

Removed whitespace after “for the Kubernetes master followed by
`/api/v1beta3/proxy/namespaces/default/services/myservice/alpha/beta/gam
ma`. “
2015-05-12 11:30:18 -07:00
Victor Marmol 43029345f9 Merge pull request #7973 from dchen1107/podstatus
Add kubectl log --previous support to view last terminated container log
2015-05-11 17:08:45 -07:00
Jeff Lowdermilk ac87ed6516 Merge pull request #8064 from deads2k/death-to-auth-path
eliminate auth-path
2015-05-11 15:41:41 -07:00
Dawn Chen ecaf0874b2 Introduce --previous option to kubectl log 2015-05-11 10:14:22 -07:00
Nikhil Jindal 671cdc882f Merge pull request #8015 from guoshimin/master
Fixing master.yaml: Replacing <master-private-up> with $private_ipv4.
2015-05-11 10:12:33 -07:00
Nikhil Jindal 4b5d47d103 Merge pull request #8027 from pmorie/dapi-docs
Fix example in downward-api docs
2015-05-11 10:12:08 -07:00
Satnam Singh 8de5dbcbdb Merge pull request #7956 from RichieEscarez/7094-kube_auth_to_kubectl
Fixes 7094 - Replace "kubernetes_auth" with kubectl config view
2015-05-11 09:45:44 -07:00
deads2k 19784dbc4f remove auth-path from kubeconfig 2015-05-11 10:40:23 -04:00
Paul Morie 3988e0e069 Merge pull request #7987 from pweil-/security-context-doc
Update Security Context Documentation
2015-05-11 10:07:41 -04:00
Clayton Coleman 8755ea8ec9 Merge pull request #7704 from smarterclayton/parallel_allocator
Use etcd to allocate PortalIPs instead of in-mem
2015-05-11 09:56:10 -04:00
Wojciech Tyczynski c18f7dfde9 Merge pull request #8041 from nak3/fix-filepath-to-pod
Correct filepath to sample pod.yaml in locally.md
2015-05-11 12:42:23 +02:00
Wojciech Tyczynski 6c281ec0f8 Merge pull request #7889 from wjiangjay/master
Fix wrong link for security context
2015-05-11 10:34:48 +02:00
Kenjiro Nakayama cb2c62f0d8 Fix filepath to simple sample pod 2015-05-11 00:21:33 +09:00
Paul Morie 634fb6e9a4 Fix example in downward-api docs 2015-05-09 22:19:44 -04:00
Shimin Guo 539b3523ee Fixing master.yaml: Replacing <master-private-up> with $private_ipv4. 2015-05-09 00:07:26 -04:00
Paul Weil 05e8915b37 bring doc up to date with actual api types 2015-05-08 16:38:28 -04:00
deads2k 6498fc1fda remove cmd respect for auth-path 2015-05-08 16:33:33 -04:00
Clayton Coleman e200d5a317 Make PortalIP alloc HA
* Add an allocator which saves state in etcd
* Perform PortalIP allocation check on startup and periodically afterwards

Also expose methods in master for downstream components to handle IP allocation
/ master registration themselves.
2015-05-08 13:34:16 -04:00
RichieEscarez 6d41db6f92 Issue7094- Replace "kubernetes_auth" with kubectl config view
Removed the deprecated “kubenetes_auth” command and replaced it with
the “kubectl config view” command (and corresponding example).
2015-05-08 08:48:39 -07:00
Victor Marmol 92bd8577e0 Merge pull request #7931 from pmorie/typo
Fix typos in different config comments
2015-05-08 08:05:51 -07:00
Paul Morie b5dd5be123 Fix typos in different config comments 2015-05-07 18:44:24 -04:00
Robert Bailey e5b9f7421e Merge pull request #7616 from brendandburns/qps
Adds a simple release-note builder that scrapes the Github API for recent PRs
2015-05-07 13:04:47 -07:00
Matt Bogosian 89a5c4d44e Fix environment variable error in Vagrant docs: `KUBERNETES_MASTER_MINION` -> `KUBERNETES_MINION_MEMORY`. 2015-05-07 12:04:31 -07:00
Brendan Burns 6ecce081aa Merge pull request #7887 from elsonrodriguez/coreos-example-update
Fixes #7886 - Used network-environment to get ip, swap wget for curl
2015-05-07 09:55:51 -07:00
Rohit Jnagal 36bb479c52 Merge pull request #5498 from ZJU-SEL/refactor-ubuntu
Ubuntu-distro: deprecate & merge ubuntu single node work to ubuntu cluster node stuff
2015-05-07 09:41:20 -07:00
Brendan Burns 40dde19853 Adds a simple release-note builder that scrapes the Github API for recent PRs. 2015-05-07 09:37:38 -07:00
wizard 595345c6a6 Merge the old single-node and multi-node ubuntu deployment into one better approach and update the guidance 2015-05-07 21:01:29 +08:00
Weiwei Jiang d59f3aeef1 Fix wrong link for security context 2015-05-07 16:10:50 +08:00
Elson Rodriguez e48bc9ae16 Fixes #7886 - Used network-environment to get ip, swap wget for curl
I re-used setup-network-environment instead of $private_ipv4, this
does meant overwriting the docker.service with a custom service.

Also, the wget command was always getting kube-register, curl
works more reliabily for this.
2015-05-07 00:11:55 -07:00
Benjamen Keroack 96c5896c74 service documentation: fix location of selector in JSON, make it clear that publicIPs belongs in the spec field 2015-05-06 17:37:31 -07:00
Brian Grant 32b4b1cdd7 Merge pull request #7575 from brendandburns/kubectl
Rolling Updates: Add support for --rollback.
2015-05-06 11:35:57 -07:00
Maxwell Forbes fccfa5cab2 Merge pull request #7841 from thockin/netdocs
Beef up services doc a little
2015-05-06 10:36:19 -07:00
Brendan Burns c9e33e197d Add support for --rollback. 2015-05-06 10:21:35 -07:00
Tim Hockin bfde99ac4b Beef up services doc a little
Convert examples to v1beta3, flesh out some details, mention L7.
2015-05-06 09:05:06 -07:00
Eric Tune 1c905863ad Merge pull request #7816 from mbforbes/nfsDocs
Update volumes doc to fix broken link and describe new file.
2015-05-06 09:04:24 -07:00
Maxwell Forbes 390f269272 Merge pull request #7836 from pmorie/security-context-doc
Fix link to service accounts doc in security context doc
2015-05-06 08:38:50 -07:00
Paul Morie a6b06f4932 Fix link to service accounts doc in security context doc 2015-05-06 10:04:39 -04:00
Steve Milner 478ce734b0 Added client header info for authentication doc. 2015-05-06 09:14:45 -04:00