(╯°□°)╯︵ uᴉǝssnH ɐɟɐʇsoW
9be68690a2
chore: update fileAssets documentation
...
Signed-off-by: (╯°□°)╯︵ uᴉǝssnH ɐɟɐʇsoW <mostafa.hussein91@gmail.com>
2024-04-30 21:26:08 +04:00
esbc-disciple
91e299decd
Update images.md ( #16454 )
...
* Update images.md
include explicit instructions on pulling arm64-based images
* Update docs/operations/images.md
make image search commands processor-architecture-agnostic
Co-authored-by: Ciprian Hacman <ciprian@hakman.dev>
* Update images.md
change image search strings to also capture arm process architecture
* Update docs/operations/images.md
Co-authored-by: Ciprian Hacman <ciprian@hakman.dev>
---------
Co-authored-by: Ciprian Hacman <ciprian@hakman.dev>
2024-04-06 23:09:55 -07:00
Kubernetes Prow Robot
01b83045d0
Merge pull request #16269 from sl1pm4t/gcp/change-default-storage-class
...
gce: Change default storage class to balanced-csi
2024-03-14 06:43:28 -07:00
justinsb
3268e43273
docs: update relnotes for 1.29 for deferred deletion
...
Document our deferred deletion flows.
2024-03-12 21:45:41 -04:00
Tung Leo
f6b9b059a3
doc/aws: Add space before the slack url
2024-02-20 22:22:13 +07:00
justinsb
2a9343a168
Generate revisions of NLB objects, and introduce cleanup phase
...
This lets us safely make changes to otherwise immutable fields, in
particular for adding security groups to NLBs created without them.
We detect the older versions, and create deletion tasks to remove
them. These tasks can be deferred, and we expect them to be
deferred to a "prune" phase that runs after cluster apply.
Co-authored-by: Ciprian Hacman <ciprian@hakman.dev>
2024-02-17 11:41:15 -05:00
Kubernetes Prow Robot
1fbdc1b9b4
Merge pull request #16308 from jrabbit/patch-1
...
create command: remove example docs say is not implemented yet.
2024-02-13 22:35:41 -08:00
Jack Laxson
36450cf6a8
mk-cli-docs is manual
2024-02-13 17:59:09 -05:00
Kubernetes Prow Robot
5a3b1e2703
Merge pull request #16009 from voriol/master
...
If specified, posts event data to URL upon instance interruption action.
2024-02-13 05:29:50 -08:00
justinsb
b11f17ca00
Docs: fix typos in office hours page
...
Spotted one typo and so ran a spellcheck on the page.
2024-02-10 07:47:06 -05:00
Ciprian Hacman
f8ebec5009
azure: Migrate vfs to new SDK version
2024-02-09 05:58:45 +02:00
Moshe Vayner
796f6f6425
docs: address comments
2024-02-05 14:32:24 -05:00
Moshe Vayner
1b5e6dd2be
docs: remove warning about aws vpc cni not being compatible with Ubuntu 22.04, following #16313
2024-02-05 13:51:45 -05:00
Matt Morrison
9e0604f52f
Update release notes with breaking change
2024-01-22 15:14:40 +13:00
Markus Lehtonen
f29f01f9f0
docs: fix broken example command
2024-01-11 09:01:43 +02:00
Ciprian Hacman
9bef6ef55a
test: Improve cluster deletion defaults
2024-01-08 22:10:01 +02:00
Ciprian Hacman
03c109b74b
Make cluster deletion configurable
2024-01-07 07:15:25 +02:00
Peter Rifel
23360253f3
Update docs for jaeger-query host binary, prow jobs, and screenshot
2024-01-04 18:55:39 -06:00
Peter Rifel
8524175f86
Dump k8s resources with kops toolbox dump
...
Signed-off-by: Peter Rifel <pgrifel@gmail.com>
2023-12-30 19:22:53 -08:00
upodroid
3f17147571
add validation interval, cleanup 0 byte log files
2023-12-21 19:48:31 +00:00
Peter Rifel
2956f37e9b
Add --max-nodes flag to toolbox dump, default to 500
2023-12-07 06:30:35 -06:00
Kubernetes Prow Robot
4d0875569b
Merge pull request #16147 from justinsb/metal_enroll
...
feat: "enroll" command to add nodes to a bare-metal cluster
2023-12-03 07:53:15 +01:00
Kubernetes Prow Robot
a4bd641630
Merge pull request #16050 from sl1pm4t/gcp-sa-issuer
...
gce: Add support for publishing Service Account Issuer documents to GCS
2023-12-03 01:41:43 +01:00
justinsb
bd9ac34f2b
docs: Initial docs for bare-metal support
2023-12-02 17:48:38 -05:00
justinsb
d5e55e4f8e
feat: kops toolbox enroll command
...
Implement the enroll command, to add a node to an existing cluster.
This is intended to be used with (experimental) metal support.
2023-12-02 17:48:34 -05:00
Ciprian Hacman
5b98029f6e
docs: Remove Docker config section
2023-12-01 07:45:29 +02:00
Marc Vorwerk
01d9b97b97
Update OpenStack documentation to replace deprecated arguments
2023-11-30 08:13:19 +01:00
Kubernetes Prow Robot
f73595fe05
Merge pull request #16128 from justinsb/quotes_in_set_2
...
kops: Support quotes in --set flags
2023-11-26 18:59:18 +01:00
justinsb
3ea7af23da
kops: Support quotes in --set flags
...
The pflag library tries to split comma separated values using strict
CSV semantics, which requires quoting of the full value if the value
contains a quote. We switch to LazyQuotes which is much more
tolerant.
2023-11-23 23:16:11 -05:00
Kubernetes Prow Robot
b4d787f390
Merge pull request #16109 from prashantrewar/improve-kops-edit-cluster
...
Improve kops edit command
2023-11-23 19:12:57 +01:00
Ciprian Hacman
464975c53d
Apply suggestions from code review
2023-11-23 19:18:10 +02:00
Prashant Rewar
a39e3f9043
Improve kops edit cluster
...
Signed-off-by: Prashant Rewar <108176843+prashantrewar@users.noreply.github.com>
2023-11-23 21:12:18 +05:30
Kubernetes Prow Robot
7c17b16a96
Merge pull request #16099 from spotinst/feat/add_multi_arch_base127_rebase
...
Spotinst: Feature/add multi arch in VNG and resource tag specification
2023-11-23 15:59:58 +01:00
Aaron U'Ren
f31ca6f12d
Remove deprecation of kube-router from release notes
2023-11-18 15:37:23 -06:00
Aaron U'Ren
6903c6cb0e
Remove deprecation of kube-router
2023-11-18 15:36:56 -06:00
justinsb
364b3a7096
Added release note about OpenTelemetry
...
In particular, highlighting that it is not "phone home" telemetry.
2023-11-18 09:25:09 -05:00
justinsb
3269f07905
Added basic opentelemetry docs
...
Co-authored-by: Peter Rifel <rifelpet@users.noreply.github.com>
2023-11-18 09:12:19 -05:00
yehielnetapp
30813fe3e2
moddify doc
2023-11-12 15:32:17 +02:00
yehielnetapp
00fc4e78e8
add Label Resource Tag Specification Volumes
2023-11-12 14:19:15 +02:00
Marc Vorwerk
354e149c0c
Fix Designate naming typo
2023-11-10 20:14:42 +01:00
Peter Rifel
fec3f3b0be
Document incompatability with Amazon VPC CNI and 22.04
2023-11-07 20:33:03 -06:00
Kubernetes Prow Robot
de5291923c
Merge pull request #16028 from infonova/document-some-breaking-changes
...
Document breaking changes for serviceClusterIPRange and OpenStack with S3 state store
2023-10-25 22:23:37 +02:00
shapirus
dd665fbe1e
Support setting cluster-autoscaler's skip-nodes-with-custom-controller-pods parameter
2023-10-25 14:03:57 +03:00
Matt Morrison
811f7d0420
Push issuer documents to GCS
2023-10-24 07:57:21 +13:00
Kubernetes Prow Robot
f7bd516b79
Merge pull request #15994 from fmuyassarov/add-nri-support
...
containerd: introduce a new field to enable NRI
2023-10-21 04:52:02 +02:00
Feruzjon Muyassarov
0aeab5e523
containerd: introduce a new field containerd.nri to enable NRI
...
Node Resource Interface (NRI) is a common framework for plugging
domain or vendor-specific custom logic into container runtime like
containerd. This commit introduces a new congiguration field
`containerd.nri`, providing cluster admins the flexibility to opt
in for this feature in containerd and tune some of its parameters.
By default, NRI is disabled here in accordance with the containerd's
default config file.
Signed-off-by: Feruzjon Muyassarov <feruzjon.muyassarov@intel.com>
2023-10-21 00:26:54 +03:00
Ciprian Hacman
88b07afd5b
Bump alpha channel with October releases
2023-10-20 09:14:46 +03:00
ederst
a986a15306
Document breaking change when not setting serviceClusterIPRange explicitly
2023-10-18 16:59:20 +02:00
ederst
8b78015917
OpenStack: Document breaking change when using S3 state store and gossip
2023-10-18 16:58:19 +02:00
Victor Oriol
f1bc9a46fa
fix moved to 1.29 release notes
2023-10-11 12:23:03 +02:00