Commit Graph

1894 Commits

Author SHA1 Message Date
Ahmet Alp Balkan 26b4b50102 Fix relative link in guestbook/README.md (#41)
Signed-off-by: Ahmet Alp Balkan <ahmetb@google.com>
2017-07-27 14:10:44 -07:00
Cody Clark 090250249b Polish the Cassandra Tutorial (#38)
* Delete cassandra-controller.yaml

* Delete cassandra-daemonset.yaml

* Updated to default Minikube settings

* Update README.md

* Updated from Ahmet's comments

* Incorporating changes from Ahmet

* Removing title to let script do its magic
2017-07-27 12:28:50 -07:00
Anthony Yeh 28831518a5 Remove unnecessary `initialized` annotation. (#32)
The `pod.alpha.kubernetes.io/initialized` annotation is deprecated and
the default in StatefulSet is `true` so it is unnecessary.
2017-07-23 19:56:20 -07:00
chaowang95 bd05cc8c09 Fix a wrong link (#36) 2017-07-23 19:55:46 -07:00
Tony Foerster ec184118df Fix spark example links 2017-07-22 06:44:28 -05:00
Slava Semushin d05e9fb5ed staging/podsecuritypolicy/rbac: sync example with kubernetes repo. 2017-07-20 18:48:36 +02:00
jianglingxia 0b5a357fca the page link unused (#26) 2017-07-19 09:31:39 -07:00
jianglingxia 57e57fddc3 outdated link (#27) 2017-07-19 09:28:26 -07:00
Alexander Block bccb7f653e Add fsType parameters to persistent volume provisioning examples 2017-07-19 10:28:27 +02:00
Humble Chirammal 14a1aa918c Add `volumeoptions` parameter to storageclass examples and README.
Signed-off-by: Humble Chirammal <hchiramm@redhat.com>
2017-07-18 18:40:31 +05:30
sebgoa 3138560f1d Merge pull request #18 from farcaller/fix-rbd-docs
Updated rbd volume example to use yaml configs with better readability
2017-07-17 19:08:25 +02:00
Vladimir Pouzanov bd9b7b99df Updated rbd volume example to use yaml configs with better readability 2017-07-17 16:55:44 +01:00
zoues 599a56f6ea update url for cluster build (#21) 2017-07-13 15:07:57 -06:00
sebgoa 59121816c7 Merge pull request #22 from ahmetb/cassandra-relative
Fix relative links in cassandra/README.md
2017-07-11 22:05:24 +02:00
Ahmet Alp Balkan 45252b7b98
Fix relative links in cassandra/README.md
Signed-off-by: Ahmet Alp Balkan <ahmetb@google.com>
2017-07-11 10:05:19 -07:00
Ahmet Alp Balkan 0eef31e6e0 Merge pull request #20 from ahmetb/update-readmes
Add redirection notices to tutorials
2017-07-08 16:33:33 -07:00
Ahmet Alp Balkan c1d30a6240
Add redirection notices to tutorials
This adds an EXCLUDE_FROM_DOCS section (removed by docs script) to the
tutorials and fixes relative-link issues in the tutorial contents.

Signed-off-by: Ahmet Alp Balkan <ahmetb@google.com>
2017-07-08 16:33:00 -07:00
sebgoa 8ad93a19dc Merge pull request #14 from chrislovecnm/git-ignore
We do not have a git ignore, modified version from core
2017-06-27 14:44:53 +02:00
chrislovecnm f4a98f0c92 We do not have a git ignore, modified version from core 2017-06-22 13:28:11 -06:00
sebgoa 7fa13630d5 Merge pull request #8 from nikhita/fix-links-guidelines
Fix links in guidelines
2017-06-13 10:54:21 +02:00
sebgoa f210d24ff2 Merge pull request #9 from mikeplavsky/patch-1
missing `create` for kubectl
2017-06-13 10:53:27 +02:00
Mike Plavsky 4f40095ee9 missing `create` for kubectl 2017-06-11 22:28:27 +03:00
Nikhita Raghunath 15e88c6490
Fix links in guidelines after docs move 2017-06-10 20:21:43 +05:30
sebgoa e00514bce9 Merge pull request #6 from ahmetb/fix-cassandra
Fix broken cassandra link in README
2017-05-24 20:24:35 +02:00
Ahmet Alp Balkan 2914446448
Fix broken cassandra link in README
Signed-off-by: Ahmet Alp Balkan <ahmetb@google.com>
2017-05-24 10:34:59 -07:00
sebgoa 6afc1fb859 Merge pull request #5 from ahmetb/move-maintained-to-root
Move maintained examples to root, update README
2017-05-24 19:28:58 +02:00
Ahmet Alp Balkan b86c9d50be
Move maintained examples to root, update README
Signed-off-by: Ahmet Alp Balkan <ahmetb@google.com>
2017-05-24 10:20:41 -07:00
Brian Grant 9acf541840 Merge pull request #2 from sebgoa/migration
Migration
2017-05-22 14:24:50 -07:00
Sebastien Goasguen 386580936e mv examples over to /staging folder 2017-05-19 23:01:06 +02:00
Kubernetes Submit Queue 554d98e1e6 Merge pull request #45678 from a-robinson/1.0
Automatic merge from submit-queue (batch tested with PRs 45990, 45544, 45745, 45742, 45678)

Add explicit image tag to cockroachdb example and test

@gyliu513 

```release-note
NONE
```
2017-05-17 18:40:59 -07:00
Kubernetes Submit Queue b236b20d88 Merge pull request #45965 from pompomJuice/master
Automatic merge from submit-queue (batch tested with PRs 45852, 45965, 45941)

Examples: fixed cassandra mirror detection that assumes an FTP site will always be presented

**What this PR does / why we need it**:
This fixes regressions in the cassandra example docker image creation scripts

**Which issue this PR fixes** : #45882

**Special notes for your reviewer**:
Pound that accept button, it will be fine.

**Release note**:

```
Fixed the cassandra docker image cassandra mirror detection logic
bumped cassandra to v3.10, as v3.9 is no longer on the mirrors
bumped ubuntu-slim to v0.9
```
2017-05-17 12:32:49 -07:00
Werner 42a4b6cd81 Fixed the cassandra docker image cassandra mirror detection logic
bumped cassandra to v3.10, as v3.9 is no longer on the mirrors
bumped ubuntu-slim to v0.9
2017-05-17 15:57:20 +02:00
Kubernetes Submit Queue f30bc1d67f Merge pull request #45874 from sanderploegsma/patch-1
Automatic merge from submit-queue (batch tested with PRs 45884, 45879, 45912, 45444, 45874)

fix: typo in redis example

**What this PR does / why we need it**: The `bind 0.0.0.0` rule should end up in the sentinel config, not the script output.

**Special notes for your reviewer**:

**Release note**:

```release-note
```
2017-05-16 22:18:58 -07:00
Kubernetes Submit Queue 25787ae1d3 Merge pull request #45444 from NitishT/master
Automatic merge from submit-queue (batch tested with PRs 45884, 45879, 45912, 45444, 45874)

Update Minio example

**What this PR does / why we need it**:
Added examples for Minio standalone and distributed modes

**Which issue this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close that issue when PR gets merged)*: 
- Add latest image tag in Minio image.
- Remove command and use args instead, inline with latest change in Minio. 

**Release note**:

```
Updates Minio server deployment example.
```
2017-05-16 22:18:56 -07:00
Sander Ploegsma d74d0e5871 fix: typo in redis example
The `bind 0.0.0.0` rule should end up in the sentinel config, not the script output.
2017-05-16 08:55:21 +02:00
Kubernetes Submit Queue 11dfd7b72d Merge pull request #45606 from caarlos0/patch-2
Automatic merge from submit-queue (batch tested with PRs 45826, 45747, 45548, 45606, 41766)

fixed typo in cockroachdb-statefulset.yaml

**What this PR does / why we need it**:

typo, the syntax was invalid.

**Which issue this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close that issue when PR gets merged)*: fixes #

**Special notes for your reviewer**:

**Release note**:

```release-note
```
2017-05-15 11:39:26 -07:00
Kubernetes Submit Queue 1a0c96e58f Merge pull request #45778 from robermorales/patch-1
Automatic merge from submit-queue

Fix the outdated link to the Helm Charts repo

**What this PR does / why we need it**:

It is only a link fix, the repo URL has changed

**Which issue this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close that issue when PR gets merged)*: fixes #

**Special notes for your reviewer**:

**Release note**:

```release-note
```
2017-05-15 09:45:25 -07:00
Kubernetes Submit Queue 96c8ac5a68 Merge pull request #45354 from omeid/patch-1
Automatic merge from submit-queue

docs:examples:guestbook: don't advice untagged image

Using untagged images means no version at all, this can cause weird problems.
Right now, `redis:latest` is no longer compatible with the redis version used in the slave service of the example.
2017-05-15 09:45:17 -07:00
Rober Morales-Chaparro ede7706e98 Fix the outdated link to the Helm Charts repo 2017-05-13 23:17:24 +02:00
Alex Robinson f4b2f005c3 Add explicit image tag to cockroachdb example and test 2017-05-11 15:12:38 -04:00
Alex Robinson a18e70cdf7 Fix broken indentation in cockroachdb config from #45447
While I'm here, bring the e2e config precisely in line with the example
config.
2017-05-11 15:12:38 -04:00
Carlos Alexandro Becker 400b076d6f fixed typo in cockroachdb-statefulset.yaml 2017-05-10 16:30:37 -03:00
Kubernetes Submit Queue def9266394 Merge pull request #45469 from jianglingxia/jlx-0508
Automatic merge from submit-queue

modify the outdated link

modify the outdated link
2017-05-09 21:16:26 -07:00
Kubernetes Submit Queue 5bd49b4315 Merge pull request #45409 from humblec/glusterfs-code-cleanup
Automatic merge from submit-queue (batch tested with PRs 44727, 45409, 44968, 45122, 45493)

More go friendly variable names.

clusterId -> clusterID
volumeId  -> volumeID

Signed-off-by: Humble Chirammal <hchiramm@redhat.com>
2017-05-08 14:54:37 -07:00
Kubernetes Submit Queue 2cfba323da Merge pull request #41799 from johscheuer/fix-quobyte-example
Automatic merge from submit-queue

Remove unnecessary constants and add type to secret

**What this PR does / why we need it**:
Adds the type field to the secret for the `persistent-volume-provisioning` example of Quobyte. Also remove unnecessary constants in Quobyte Code base.

FYI
@rootfs @saad-ali @quolix
2017-05-08 13:25:22 -07:00
Kubernetes Submit Queue 2508c9773d Merge pull request #45445 from xiangpengzhao/cleanup-petset
Automatic merge from submit-queue

Clean up petset

**What this PR does / why we need it**:
Rename legacy petset to statefulset.

**Which issue this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close that issue when PR gets merged)*: fixes #

**Special notes for your reviewer**:

**Release note**:

```release-note
NONE
```
2017-05-08 06:21:35 -07:00
jianglingxia 01034ba401 jlx0508 2017-05-08 13:34:19 +08:00
Guangya Liu b2743e2a0b Put initContainers to PodSpec for some statefulset examples. 2017-05-06 17:55:09 +08:00
xiangpengzhao 5daf6aea9a Clean up petset 2017-05-06 11:24:34 +08:00
Nitish 1345ddbb67 Update Minio example
- Add latest image tag in Minio image
- Remove command and use args instead.
2017-05-05 18:52:13 -07:00