Nate W
fe7628ed59
Merge pull request #32867 from mickeyboxell/patch-2
...
Create Kubernetes 1.24 Release Blog Article
2022-05-03 15:53:08 -07:00
Shubham Kuchhal
d1076700c7
Fixed all hyperlinks of the task "Monitoring, Logging, and Debugging" in all pages.
2022-05-02 14:46:52 +05:30
Shubham Kuchhal
823a3b8713
Improvement: Updated the links for Auditing.
2022-05-02 13:48:49 +05:30
Mickey Boxell
1fd5661e10
Add K8s 1.24 release logo
2022-04-28 11:55:56 -07:00
Nate W
2d7823d8ed
Generate reference doc for v1.24 using 1.24.0-rc.1
2022-04-26 23:29:43 +00:00
Nate W
712f45dee4
Merge remote-tracking branch 'upstream/main' into dev-1.24
2022-04-26 13:11:13 -07:00
Qiming Teng
89b0b1bf8f
Move kubelet authentication/authorization out of CLI reference dir
...
The `kubelet-authentication-authorization` and the `kubelet-tls-bootstrapping`
pages do not belong to `reference/command-line-tools-reference` topic.
This PR moves them into `reference/access-authn-authz` subdirectory
which is a better fit.
The `static/_redirects` file is updated to point to the new location.
2022-04-23 14:30:14 +08:00
jpanda
04e30709f9
Fix hyperlink to CNCF on https://k8s.io/docs/home/ ( #33038 )
...
* [bugfix/fix-cncf-hyperlink-on-home] fix🐛 : Explicitly set the margin-top property
* [bugfix/fix-cncf-hyperlink-on-home] fix🐛 : remove important
* [bugfix/fix-cncf-hyperlink-on-home] format🥚 : Add comments to indicate the role of css
2022-04-21 22:02:12 -07:00
Nate W
0135d3642b
Merge remote-tracking branch 'upstream/main' into dev-1.24
2022-04-19 15:45:28 -07:00
Sean Wei
73ecc2aacf
Remove space in filename
2022-04-15 20:58:06 +08:00
Tim Bannister
05e987a47b
Highlight discussion issue for dockershim deprecation
...
- Link to k/kubernetes issue 106917
(various places)
- Related rewording to make that extra link work in context
and also:
- Replace alias for dockershim FAQ with a Netlify redirect
Co-authored-by: Jihoon Seo <46767780+jihoon-seo@users.noreply.github.com>
2022-04-12 18:02:26 +01:00
Rey Lejano
accd25a441
add redirect
2022-04-07 07:29:34 -07:00
Nate W
f85be125b9
Merge remote-tracking branch 'upstream/main' into dev-1.24
2022-03-31 15:18:13 -07:00
Tim Bannister
672813f3e7
Move PSP into Security concepts section
...
The logical navigation definitely works better if Pod Security admission
and PodSecurityPolicy are pages in the same section. Make It So.
Co-authored-by: Rey Lejano <rlejano@gmail.com>
2022-03-30 17:30:35 +01:00
Nate W
7c67921f3f
Merge remote-tracking branch 'upstream/main' into dev-1.24
2022-03-28 08:48:23 -07:00
Kubernetes Prow Robot
e7af510fde
Merge pull request #31658 from sftim/20220207_revise_community_page_and_styles
...
Revise community page and styles
2022-03-24 17:19:50 -07:00
Nate W
0289b52eca
Merge remote-tracking branch 'upstream/main' into dev-1.24
2022-03-16 11:38:29 -07:00
Qiming Teng
cce96ae367
Migrate access cluster service page
...
The acess-cluster-service page, has nothing to do with administering a cluster.
A better home for this page should be the `/docs/tasks/access-application-cluster` subdirectory instead.
2022-03-16 16:45:10 +08:00
Nate W
5a0f2583c6
Merge remote-tracking branch 'upstream/main' into dev-1.24
2022-03-07 16:23:45 -08:00
Tim Bannister
73cd38cdc6
Move kubectl overview to be section index
...
Also:
- use glossary definition in page introduction
- tidy broken link in What's Next section
- update links to refer to moved page
2022-03-03 10:03:00 +00:00
Nate W
e8b19637df
Merge remote-tracking branch 'upstream/main' into dev-1.24
2022-02-21 10:36:03 -08:00
Tim Bannister
afc338c0bf
Update and restyle community page
...
- Use new styles (and remove inline CSS)
- Fix some hyperlinks
- Wording tweaks
- Link to Server Fault, not Stack Overflow
2022-02-20 16:11:33 +00:00
Tim Bannister
e993de5dc6
Tidy styles for community section
...
This change enables an opt-in switch to new styles for /community
It is opt-in to enable localizations to migrate to the new page on their
own timeline.
2022-02-20 16:11:31 +00:00
Kubernetes Prow Robot
ca8f4f1b7d
Merge pull request #31056 from sftim/20211221_mermaid_improvements
...
Improvements for Mermaid support
2022-02-19 14:22:09 -08:00
Nate W
f9dda7bc96
Merge remote-tracking branch 'upstream/main' into dev-1.24
2022-02-07 11:03:19 -08:00
Shivam Singhal
1ed02f66af
Convert sequence diagram in admission controllers for container drift article to Mermaid
2022-02-01 16:39:58 +02:00
Ravi Kiran Raju
c530a8c914
Fixed wrong footer rendering on community page
2022-01-31 19:55:00 +01:00
Nate W
6fb319b29c
Merge remote-tracking branch 'upstream/main' into dev-1.24
2022-01-24 09:07:23 -08:00
Kubernetes Prow Robot
c4e84f505a
Merge pull request #31338 from RayAsh37/Overview-to-remove-Docker-logo
...
Removed docker logo
2022-01-17 15:16:49 -08:00
RayAsh37
f4905434dd
Removed docker logo
...
removed docker logo and created a svg for the same as requested in the issue #30948
2022-01-14 12:06:31 +05:30
Tim Bannister
688c246882
Fix footer rendering
...
The community page had the wrong rendering for the page footer.
Ensure that the footer is as wide as the viewport.
2022-01-10 23:34:53 +00:00
Babapool
cb9a103af6
Fix the redirect links
...
Co-Authored-By: Tim Bannister <tim@scalefactory.com>
2022-01-09 21:38:02 +00:00
Babapool
ec94e69c4e
Merge the tutorials under tutorials->clusters into tutorials->security
2022-01-09 21:31:20 +00:00
Kubernetes Prow Robot
b855e0d692
Merge pull request #29416 from Darshnadas/darshna-localize
...
[hi] Add content/hi/docs/setup/learning-environment/_index.md
2022-01-03 08:13:02 -08:00
Kubernetes Prow Robot
1179306f4b
Merge pull request #31053 from sftim/20211221_include_netlify_preview_screenshot
...
Add screenshot of GitHub showing link to Netlify preview
2021-12-31 12:40:51 -08:00
Darshna Das
bf315656ed
Add content/hi/docs/setup/learning-environment/_index.md
2021-12-27 18:08:41 +05:30
Kubernetes Prow Robot
3500303928
Merge pull request #29676 from kvaps/kink-and-pxe
...
blog: Add Kubernetes-in-Kubernetes and PXE bootable servers farm blog post
2021-12-21 17:37:35 -08:00
Tim Bannister
7b34155a24
Update article publication date
2021-12-22 01:32:28 +00:00
Andrei Kvapil
97fdfdb06b
Add Kubernetes-in-Kubernetes and PXE bootable servers farm blog post
...
Co-authored-by: Deepak Gupta <deepakgdkg1g8868@gmail.com>
Co-authored-by: Tim Bannister <tim@scalefactory.com>
Signed-off-by: Andrei Kvapil <kvapss@gmail.com>
2021-12-21 22:53:47 +01:00
Tim Bannister
b9afbb97c1
Upgrade to Mermaid 8.13.0
...
static/js/mermaid.min.js as fetched from https://cdn.jsdelivr.net/npm/mermaid@8.13.0/dist/mermaid.min.js
2021-12-21 18:55:19 +00:00
Kubernetes Prow Robot
4c14f7f840
Merge pull request #29904 from sftim/20211003_mark_when_javascript_available
...
Mark when JavaScript is available
2021-12-21 09:48:46 -08:00
Tim Bannister
7f1f16746f
Include screenshot showing Netlify preview
2021-12-21 11:39:10 +00:00
Tim Bannister
3e1ed0a6f1
Add redirect to /docs/home/ for Hindi
2021-12-17 15:01:57 +00:00
Karen Bradshaw
f75736df4d
generate kubectl cmd ref 1.23
2021-12-08 19:00:35 -05:00
Jesse Butler
0e4f9b3de5
Merge pull request #30770 from karenhchu/main
...
Create Kubernetes 1.23 Release Blog.md
2021-12-07 18:21:01 -05:00
Jesse Butler
8506e8b1de
Generate single-page API reference for 1.23
2021-12-07 16:26:34 -05:00
Karen Chu
1c4413c2b5
Add Kubernetes 1.23 Release Logo
...
Adding folder and image file for Kubernetes 1.23 Release logo for release blog
Co-authored-by: Rey Lejano <rlejano@gmail.com>
2021-12-07 18:14:11 +00:00
Jihoon Seo
2f4e2f56d0
Fix wrong /security redirection ( #30684 )
...
* Fix wrong redirections
* Add/Modify redirection rules
* Use a 302 redirect for shortened URL
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2021-11-30 03:34:56 -08:00
Jihoon Seo
047c8577d5
Make redirection for highly-available-control-plane
2021-11-09 10:50:38 +09:00
Shannon Kularathna
3a19cabbe6
Modify CSS to wrap 2 icons at a time
2021-10-14 22:36:09 +00:00
Shannon Kularathna
c798fdc4fb
Add KCNA to training
2021-10-13 20:55:39 +00:00
mehabhalodiya
716da39b21
Redirect overview to new content
2021-10-05 17:51:45 +05:30
Tim Bannister
7738ba16fc
Mark when JavaScript is available
...
This might be useful for custom styling, or for using
a pure-CSS fallback for some scripted behavior.
There is already a no-js class set on the <html> element;
this change removes it when JavaScript is running OK.
2021-10-03 17:14:11 +01:00
fabriziopandini
c232ecfbb4
Postpone ClusterClass blog
2021-09-29 21:34:32 +02:00
Kubernetes Prow Robot
aec8618576
Merge pull request #29634 from AugustinasS/blog-data-duplication
...
add blog post on handling data duplication in data-heavy environments
2021-09-28 10:39:17 -07:00
fabriziopandini
2cd822f120
ClusterClass and managed topologies blog
2021-09-22 11:48:18 +02:00
august
54185d178d
add blog post on handling data duplication in data-heavy environments
2021-09-20 18:29:35 +03:00
Kubernetes Prow Robot
4b18015cd3
Merge pull request #29628 from yechs/patch-1
...
Fix markdown link rendering & move image kubeadm-stacked-color.png to this repo
2021-09-09 01:00:12 -07:00
Ye Shu
a206af45bf
Ends img tag and revert changes to links
...
- Moves the image to this repo
- Adds <img/> to end the tag
- Revert changes made to markdown links
2021-09-07 17:48:00 +00:00
Kubernetes Prow Robot
cf9753423a
Merge pull request #29554 from chrismetz09/metz-mermaid-upgrade
...
upgrade to mermaid 8.11.2
2021-09-07 09:45:16 -07:00
chrismetz09
cbff3ec4ea
upgrade to mermaid 8.11.2
2021-08-26 10:53:18 -07:00
S Nitesh Singh
9dc4fcc80c
migrate images for 'Alpha in Kubernetes v1.22: API Server Tracing' article
2021-08-25 22:59:39 +05:30
Kubernetes Prow Robot
a33eb6b4c3
Merge pull request #28919 from niteshseram/fix/redirect
...
Fixing redirection rules with wildcard(*)
2021-08-12 10:05:48 -07:00
Kubernetes Prow Robot
c7c8027225
Merge pull request #29323 from dgrisonnet/new-events-api
...
Update recommended events API
2021-08-12 06:29:47 -07:00
Kubernetes Prow Robot
9383dd8cd0
Merge pull request #28958 from rajula96reddy/memory-manager
...
Add memory manager moves to beta feature blog post 1.22
2021-08-11 06:16:47 -07:00
Rajula Vineet Reddy
a783b05eb2
Add memory manager feature blog post
...
Co-authored-by: Artyom Lukianov <alukiano@redhat.com>
Co-authored-by: Cezary Zukowski <c.zukowski@samsung.com>
2021-08-11 16:01:22 +03:00
Damien Grisonnet
923b2e25f2
kubernetes-api: update recommended events API
...
In Kubernetes v1.19, the new Events API events.k8s.io was promoted to
v1. As such it now supersedes the original core Events API.
Signed-off-by: Damien Grisonnet <dgrisonn@redhat.com>
2021-08-11 13:02:59 +02:00
Kubernetes Prow Robot
409a5ef110
Merge pull request #29105 from mauriciopoppe/feature-blogpost-csi-windows-support
...
[Feature blogpost][1.22] CSI Windows Support with CSI Proxy reaches GA
2021-08-09 11:05:10 -07:00
Mauricio Poppe
57e7b781f2
Update blogpost release date to 2021-08-09
2021-08-09 17:28:34 +00:00
Kubernetes Prow Robot
91d71e812b
Merge pull request #29285 from tengqm/kubectl-122
...
Update kubectl reference for 1.22
2021-08-09 01:41:30 -07:00
Sayantani Saha
ee245ff73e
Added announcements of KubeCon NA & China ( #29192 )
...
* Added announcements of KubeCon NA & China
* svg images added & required changes made
* Requested changes made
* svg images fixed
* small correction required
* added the to the message
* small correction
* Netlify build error fixed
2021-08-08 06:01:30 -07:00
Qiming Teng
a6a5d359e5
Update kubectl reference for 1.22
2021-08-08 20:49:16 +08:00
Mauricio Poppe
02ebc799d7
Change publish date to 2021-08-05
2021-08-05 16:16:40 +00:00
Mauricio Poppe
111b8032e0
Feature blogpost: CSI Windows support with CSI Proxy reaches GA
2021-08-05 16:13:50 +00:00
Kubernetes Prow Robot
c28fd4bfb5
Merge pull request #29173 from ariscahyadi/id-local-rename-jobs
...
[ID] Rename "Job" Concept page.
2021-08-05 00:33:01 -07:00
PI-Victor
44e9cd313e
Merge pull request #29103 from jlbutler/122-release-blog
...
Add Kubernetes 1.22 release blog article
2021-08-05 00:21:21 +02:00
Victor Palade
66d7c45f0e
generated API Ref docs for 1.22
...
Signed-off-by: Victor Palade <victor@cloudflavor.io>
2021-08-04 23:15:11 +02:00
Jesse Butler
8042f206ee
add Kubernetes 1.22 Release Blog
2021-08-04 10:03:31 -07:00
Aris Cahyadi Risdianto
11ded1cca1
rename "Job" Concept page.
2021-07-31 15:16:01 +07:00
Kubernetes Prow Robot
d078b427b8
Merge pull request #28870 from shannonxtreme/gc-docs
...
Create garbage collection docs
2021-07-26 22:40:45 -07:00
Nitesh Seram
2c360ea3c6
fixing redirect and chnaging some links in blog
...
fixing redirects
Fixing few redirects
changing few redirects and links
fixing redirect
Update content/en/blog/_posts/2016-08-00-Kubernetes-Namespaces-Use-Cases-Insights.md
Co-authored-by: Jihoon Seo <46767780+jihoon-seo@users.noreply.github.com>
Update content/en/blog/_posts/2016-12-00-Statefulset-Run-Scale-Stateful-Applications-In-Kubernetes.md
Co-authored-by: Jihoon Seo <46767780+jihoon-seo@users.noreply.github.com>
Update content/en/blog/_posts/2016-12-00-Statefulset-Run-Scale-Stateful-Applications-In-Kubernetes.md
Co-authored-by: Jihoon Seo <46767780+jihoon-seo@users.noreply.github.com>
2021-07-14 12:35:18 +05:30
Shannon Kularathna
b1573ad314
Create garbage collection docs
2021-07-13 20:32:50 +00:00
Jihoon Seo
374bb0547a
Update links (2)
2021-07-09 11:02:29 +09:00
Jihoon Seo
20eea3b75b
Update links
2021-07-05 18:31:09 +09:00
chenxuc
aad34c5acf
move HostAliases page to tasks
2021-06-30 16:30:38 +08:00
chrismetz09
51ccd736f5
fixed render problem for mermaid picts on ingress page
2021-06-14 21:13:05 -07:00
Jai Govindani
c3624aba96
fix(/contribute/page-templates): broken redirect ( #28107 )
...
* fix(/contribute/page-templates): broken redirect
Signed-off-by: Jai Govindani <jai@honestbank.com>
* fix(redirects): page-templates > page-content-types
* fix(static/_redirects): remove erroneous redirect
2021-06-09 05:29:47 -07:00
Kubernetes Prow Robot
869c5c04ca
Merge pull request #27904 from jai/jai/fix-24133
...
chore(kubectl-cmds): add redirect to skip reundant page
2021-06-08 16:03:23 -07:00
Kubernetes Prow Robot
2ca47a8e94
Merge pull request #27918 from jai/jai/fix-27916
...
fix(redirects): update broken /contribute/participating/ redirect
2021-06-05 21:14:38 -07:00
Jai Govindani
3564a5fd99
fix(redirects/kubectl-cmds): add ! to 301
...
Adding an "!" after the 301 to see if that fixes/makes the redirect work
2021-05-28 08:07:31 +07:00
Kubernetes Prow Robot
8df153c37b
Merge pull request #28080 from shannonxtreme/broken-redirect
...
Update redirect destination for out-of-resource page
2021-05-22 13:53:37 -07:00
Shannon Kularathna
c56839e403
Update redirect destination
2021-05-21 14:52:33 +00:00
Kubernetes Prow Robot
8f8b147e52
Merge pull request #27739 from shannonxtreme/pod-eviction
...
Create pod eviction concept topic
2021-05-20 12:38:16 -07:00
Shannon Kularathna
c184f20f76
Create pod eviction concept and glossary entries
...
- Created glossary entries for manual and kubelet eviction
- Created node-pressure-eviction.md and api-eviction.md
- Merged content from eviction-policy.md and out-of-resource.md
- Added note to kube-scheduler about node conditions
- Deleted eviction-policy and out-of-resource.md
- Redirected old topics
- Change topic weights
2021-05-13 18:34:58 +00:00
Kubernetes Prow Robot
6845b647bb
Merge pull request #27929 from jimangel/release-page-v2.0
...
Adding a release page under "Release Information"
2021-05-12 01:11:38 -07:00
Jim Angel
7edf890373
Adding a release page under "Release Information"
2021-05-11 17:18:30 -05:00
Shannon Kularathna
8b0f2648e2
Move Priority and Preemption to Scheduling section
2021-05-11 15:10:02 +00:00
Jai Govindani
939f0881ab
fix(redirects): spacing
...
Signed-off-by: Jai Govindani <jai@honestbank.com>
2021-05-11 12:15:59 +07:00
Aaron Alpar
134054fbae
Add blog post: Using Finalizers to Control Deletion ( #26997 )
...
* blog post for using finalizers for deletion
* Update content/en/blog/_posts/2021-03-03-using-finalizers-to-control-deletion.md
Co-authored-by: Tim Bannister <tim@scalefactory.com>
* update create dates
* fixup for mv mess
* Update content/en/blog/_posts/2021-04-28-using-finalizers-to-control-deletion.md
Co-authored-by: Tim Bannister <tim@scalefactory.com>
* fixup grammer
* update dates
* fixup format
* fixup JSON
* remove command prompts s/^$ //
* Update article publication date
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2021-05-10 16:13:36 -07:00
Jai Govindani
b0f9d9f074
fix(redirects): update broken /contribute/participating/ redirect
...
Signed-off-by: Jai Govindani <jai@honestbank.com>
2021-05-08 12:40:01 +07:00