Commit Graph

29 Commits

Author SHA1 Message Date
Janet Kuo e6f04c498b Clean up broken analytics links 2025-05-19 10:09:55 -07:00
shixiuguo d4837d64e0 Fix the link 2024-09-30 11:09:46 +08:00
ajayk 33dfad21f4 chore: move registry from k8s.gcr.io to registry.k8s.io 2022-11-30 03:01:20 +00:00
Qian.Sun 3cf896d855
delete duplicated selector in minio-statefulset 2022-03-22 18:41:15 +08:00
Emily Moss 162bc4def1 more updates 2021-09-03 15:15:41 -07:00
zhanwang 5ad7e939af repair url about replication-controller 2019-12-30 12:58:59 +08:00
Vince Power 6085b6218a
Updating README.md
Showing change to examples repo in URLs and adjusting an example to be accurate (and reflect the actual file) where storageClassName: standard is in spec not metadata.
2019-09-08 22:51:36 -03:00
runzexia 8be2a0fbd7
update redis image address 2019-01-18 11:47:20 +08:00
Kubernetes Prow Robot 5207e2a1c5
Merge pull request #286 from reegnz/remove_trailing_whitespace
Remove trailing whitespaces
2019-01-10 10:26:49 -08:00
mooncake b14bba7c6a Fix typos: conecepts->concepts, lauched->launched
Signed-off-by: mooncake <xcoder@tenxcloud.com>
2018-11-10 20:41:04 +08:00
Zoltán Reegn 412a68d903 Remove trailing whitespaces 2018-10-30 19:34:59 +01:00
Oz N Tiram 8067832303 Update alpine linux version in Dockerfile
Alpine version 3.4 is EOL since 2018-05-01.
See https://wiki.alpinelinux.org/wiki/Alpine_Linux:Releases

Signed-off-by: Oz N Tiram <oz.tiram@gmail.com>
2018-10-05 04:27:40 +02:00
AdamDang 66c566da40
Typo fix: Endpont->Endpoint
Line 28: Endpont->Endpoint
2018-06-22 17:02:28 +08:00
Marek Siarkowicz e4cc298ab6 Import kubernetes updates (#210)
* Admin Can Specify in Which GCE Availability Zone(s) a PV Shall Be Created

An admin wants to specify in which GCE availability zone(s) users may create persistent volumes using dynamic provisioning.

That's why the admin can now configure in StorageClass object a comma separated list of zones. Dynamically created PVs for PVCs that use the StorageClass are created in one of the configured zones.

* Admin Can Specify in Which AWS Availability Zone(s) a PV Shall Be Created

An admin wants to specify in which AWS availability zone(s) users may create persistent volumes using dynamic provisioning.

That's why the admin can now configure in StorageClass object a comma separated list of zones. Dynamically created PVs for PVCs that use the StorageClass are created in one of the configured zones.

* move hardPodAffinitySymmetricWeight to scheduler policy config

* Added Bind method to Scheduler Extender

- only one extender can support the bind method
- if an extender supports bind, scheduler delegates the pod binding to the extender

* examples/podsecuritypolicy/rbac: allow to use projected volumes in restricted PSP.

* fix typo

* SPBM policy ID support in vsphere cloud provider

* fix the invalid link

* DeamonSet-DaemonSet

* Update GlusterFS examples readme.

Signed-off-by: Humble Chirammal <hchiramm@redhat.com>

* fix some typo in example/volumes

* Fix  spelling in example/spark

* Correct spelling in quobyte

* Support custom domains in the cockroachdb example's init container

This switches from using v0.1 of the peer-finder image to a version that
includes https://github.com/kubernetes/contrib/pull/2013

While I'm here, switch the version of cockroachdb from 1.0 to 1.0.1

* Update docs/ URLs to point to proper locations

* Adds --insecure to cockroachdb client command

Cockroach errors out when using said command:

```shell
▶  kubectl run -it --rm cockroach-client --image=cockroachdb/cockroach --restart=Never --command -- ./cockroach sql --host cockroachdb-public
Waiting for pod default/cockroach-client to be running, status is Pending, pod ready: false
Waiting for pod default/cockroach-client to be running, status is Pending, pod ready: false
Waiting for pod default/cockroach-client to be running, status is Pending, pod ready: false
If you don't see a command prompt, try pressing enter.
                                                      Error attaching, falling back to logs: unable to upgrade connection: container cockroach-client not found in pod cockroach-client_default
Error: problem using security settings, did you mean to use --insecure?: problem with CA certificate: not found
Failed running "sql"
Waiting for pod default/cockroach-client to terminate, status is Running
pod "cockroach-client" deleted
```

This PR updates the README.md to include --insecure in the client command

* Add StorageOS volume plugin

* examples/volumes/flexvolume/nfs: check for jq and simplify quoting.

* Remove broken getvolumename and pass PV or volume name to attach call

* Remove controller node plugin driver dependency for non-attachable flex volume drivers (Ex: NFS).

* Add `imageFeatures` parameter for RBD volume plugin, which is used to
customize RBD image format 2 features.
Update RBD docs in examples/persistent-volume-provisioning/README.md.

* Only `layering` RBD image format 2 feature should be supported for now.

* Formatted Dockerfile to be cleaner and precise

* Update docs for user-guide

* Make the Quota creation optional

* Remove duplicated line from ceph-secret-admin.yaml

* Update CockroachDB tag to v1.0.3

* Correct the comment in PSP examples.

* Update wordpress to 4.8.0

* Cassandra example, use nodetool drain in preStop

* Add termination gracePeriod

* Use buildozer to remove deprecated automanaged tags

* Use buildozer to delete licenses() rules except under third_party/

* NR Infrastructure agent example daemonset

Copy of previous newrelic example, then modified to use the new agent
"newrelic-infra" instead of "nrsysmond".

Also maps all of host node's root fs into /host in the container (ro,
but still exposes underlying node info into a container).

Updates to README

* Reduce one time url direction

Reduce one time url direction

* update to rbac v1 in yaml file

* Replicate the persistent volume label admission plugin in a controller in
the cloud-controller-manager

* update related files

* Paramaterize stickyMaxAgeMinutes for service in API

* Update example to CockroachDB v1.0.5

* Remove storage-class annotations in examples

* PodSecurityPolicy.allowedCapabilities: add support for using * to allow to request any capabilities.

Also modify "privileged" PSP to use it and allow privileged users to use
any capabilities.

* Add examples pods to demonstrate CPU manager.

* Tag broken examples test as manual

* bazel: use autogenerated all-srcs rules instead of manually-curated sources rules

* Update CockroachDB tag to v1.1.0

* update BUILD files

* pkg/api/legacyscheme: fixup imports

* Update bazel

* [examples.storage/minio] update deploy config version

* Volunteer to help review examples

I would like to do some code review for examples about how to run real applications with Kubernetes

* examples/podsecuritypolicy/rbac: fix names in comments and sync with examples repository.

* Update storageclass version to v1 in examples

* pkg/apis/core: mechanical import fixes in dependencies

* Use k8s.gcr.io vanity domain for container images

* Update generated files

* gcloud docker now auths k8s.gcr.io by default

* -Add scheduler optimization options, short circuit all predicates if one predicate fails

* Revert k8s.gcr.io vanity domain

This reverts commit eba5b6092afcae27a7c925afea76b85d903e87a9.

Fixes https://github.com/kubernetes/kubernetes/issues/57526

* Autogenerate BUILD files

* Move scheduler code out of plugin directory.

This moves plugin/pkg/scheduler to pkg/scheduler and
plugin/cmd/kube-scheduler to cmd/kube-scheduler.

Bulk of the work was done with gomvpkg, except for kube-scheduler main
package.

* Fix scheduler refs in BUILD files.

Update references to moved scheduler code.

* Switch to k8s.gcr.io vanity domain

This is the 2nd attempt.  The previous was reverted while we figured out
the regional mirrors (oops).

New plan: k8s.gcr.io is a read-only facade that auto-detects your source
region (us, eu, or asia for now) and pulls from the closest.  To publish
an image, push k8s-staging.gcr.io and it will be synced to the regionals
automatically (similar to today).  For now the staging is an alias to
gcr.io/google_containers (the legacy URL).

When we move off of google-owned projects (working on it), then we just
do a one-time sync, and change the google-internal config, and nobody
outside should notice.

We can, in parallel, change the auto-sync into a manual sync - send a PR
to "promote" something from staging, and a bot activates it.  Nice and
visible, easy to keep track of.

* Remove apiVersion from scheduler extender example configuration

* Update examples to use PSPs from the policy API group.

* fix all the typos across the project

* Autogenerated: hack/update-bazel.sh

* Modify PodSecurityPolicy admission plugin to additionally allow authorizing via "use" verb in policy API group.

* fix todo: add validate method for &schedulerapi.Policy

* examples/podsecuritypolicy: add owners.

* Adding dummy and dummy-attachable example Flexvolume drivers; adding DaemonSet deployment example

* Fix relative links in README
2018-03-14 11:26:26 -07:00
david 011284134a update all Deployment API version to apps/v1 in k8s v1.9.0 and add accurate (#193)
Signed-off-by: LinWengang <linwengang@chinacloud.com.cn>
2018-02-11 18:24:00 -08:00
sebgoa b390883671
Merge pull request #160 from kovyrin/patch-1
Small typo fix
2018-02-07 18:54:00 +01:00
david 7ab1089fdd [cassandra staging ] update workloads API version to apps/v1 in k8s v1.9.0 (#192)
* [cassandra] update workloads API version to apps/v1 in k8s v1.9.0

Signed-off-by: LinWengang <linwengang@chinacloud.com.cn>

* [cassandra staging] update StatefulSet API version to apps/v1 in k8s v1.9.0

Signed-off-by: LinWengang <linwengang@chinacloud.com.cn>

* [staging] fix readme

Signed-off-by: LinWengang <linwengang@chinacloud.com.cn>
2018-02-07 09:38:40 -08:00
Kai Chen 8774c894fa Update the workloads API version for the Guestbook example to 1.9 (#181)
* Update the workloads API version for the Guestbook example to 1.9

* Update the workloads API version for rest of the examples
2018-02-01 11:07:32 -08:00
Tim Hockin 40f5426f1e Convert registry to k8s.gcr.io 2017-12-22 09:55:16 -08:00
pashok2398 97e22b575b Fix yaml path based on the new location (#159) 2017-12-17 23:13:06 -08:00
Oleksiy Kovyrin e1a9c764df
Small typo fix 2017-12-17 09:51:43 -05:00
zoues 820e25e928 Update hazelcast-deployment.yaml (#125) 2017-10-30 00:56:19 -07:00
Miyurz d9e585fb10 Fixed README with the correct results and added the role to redis master (#79)
* Fixed README with the correct results and added the role to redis master

* Fix incorporated for the yaml parser
2017-08-30 21:41:42 -07:00
Weibin Lin ac384dc64f Update README.md (#78)
fixed typos
2017-08-21 10:59:24 -07:00
Denis Andrejew d1cab528bd fix typo in staging/storage/mysql-galera/README.md (#61) 2017-08-14 09:38:24 -07:00
Randy Fay fc184e0003 Switch from annotations to storageClassName (#45) 2017-08-04 10:39:49 -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
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
Sebastien Goasguen 386580936e mv examples over to /staging folder 2017-05-19 23:01:06 +02:00