Skip to content

Commit dd5f7d0

Browse files
authored
Merge pull request #52616 from Urvashi0109/merged-main-dev-1.35
Merged main dev 1.35
2 parents 9349e5f + e3abe36 commit dd5f7d0

File tree

713 files changed

+95109
-9125
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

713 files changed

+95109
-9125
lines changed

OWNERS_ALIASES

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ aliases:
6767
- salaxander
6868
- SayakMukhopadhyay
6969
- tengqm
70+
- Urvashi0109 # RT 1.35 Doc Lead
7071
sig-docs-en-reviews: # PR reviews for English content
7172
- dipesh-rawat
7273
- divya-mohan0209
@@ -200,8 +201,12 @@ aliases:
200201
- stormqueen1990
201202
sig-docs-vi-owners: # Admins for Vietnamese content
202203
- truongnh1992
204+
- khanhtc1202
205+
- ntheanh201
203206
sig-docs-vi-reviews: # PR reviews for Vietnamese content
204207
- truongnh1992
208+
- khanhtc1202
209+
- ntheanh201
205210
sig-docs-ru-owners: # Admins for Russian content
206211
- Arhell
207212
- kirkonru

SECURITY_CONTACTS

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,9 @@
1111
# INSTRUCTIONS AT https://kubernetes.io/security/
1212

1313
divya-mohan0209
14-
reylejano
15-
sftim
16-
tengqm
17-
onlydole
18-
kbhawkey
14+
katcosgrove
15+
lmktfy
1916
natalisucks
17+
reylejano
2018
salaxander
21-
katcosgrove
19+
tengqm
129 KB
Loading

assets/js/sidebar-tree.js

Lines changed: 0 additions & 25 deletions
This file was deleted.

assets/scss/_base.scss

Lines changed: 15 additions & 54 deletions
Original file line numberDiff line numberDiff line change
@@ -312,21 +312,14 @@ $ocean-nodes-h3-margin-bottom: 30px;
312312

313313
// Video thingy
314314
#video {
315-
width: 100%;
316315
position: relative;
317316
overflow: hidden;
318-
background-position: center center;
319-
background-size: cover;
320317

321-
& > .light-text {
322-
display: none;
323-
// position: absolute;
324-
// top: 50%;
325-
// left: 75%;
326-
width: 500px;
318+
& > .video-text-optional {
319+
width: 30vw;
327320
padding-top: 2rem;
328-
// transform: translate(-50%, -50%);
329321
color: white;
322+
margin-right: 70vw;
330323
}
331324

332325
h2 {
@@ -366,59 +359,22 @@ $ocean-nodes-h3-margin-bottom: 30px;
366359
}
367360

368361
#desktopShowVideoButton {
369-
position: relative;
370-
font-size: 24px;
362+
font-size: 1.8rem;
371363
background-color: white;
372364
border-radius: 8px;
373-
color: $primary;
374-
padding: 15px 30px 15px 80px;
375-
margin-bottom: 35px;
376-
377-
&:before {
378-
content: "";
379-
position: absolute;
380-
@include pureCenter(40px);
381-
width: 0;
382-
height: 0;
383-
border-style: solid;
384-
border-width: 10px 0 10px 20px;
385-
border-color: transparent transparent transparent $primary;
386-
}
365+
color: $secondary;
366+
padding: 1.5rem;
367+
margin-bottom: 1rem;
387368

388369
&:hover::before {
389370
border-color: transparent transparent transparent $dark-grey;
390371
}
391372
}
392373

393374
#desktopShowVideoButton:hover{
394-
color: $dark-grey;
375+
color: $primary;
395376
transition: 150ms;
396377
}
397-
398-
#mobileShowVideoButton {
399-
@include pureCenter;
400-
width: 80px;
401-
height: 80px;
402-
border-radius: 50%;
403-
background-color: transparent;
404-
border: 5px solid rgba(255, 255, 255, 0.2);
405-
overflow: visible;
406-
407-
&:after {
408-
@include pureCenter;
409-
left: 40px;
410-
content: "";
411-
width: 0;
412-
height: 0;
413-
border-style: solid;
414-
border-width: 20px 0 20px 30px;
415-
border-color: transparent transparent transparent #ffffff;
416-
}
417-
}
418-
}
419-
420-
#video:has(#desktopKCButton) {
421-
height: 580px;
422378
}
423379

424380
#videoPlayer {
@@ -427,8 +383,13 @@ $ocean-nodes-h3-margin-bottom: 30px;
427383
display: none;
428384

429385
iframe {
430-
@include pureCenter;
431-
@include maintain-aspect-ratio;
386+
width: 100%;
387+
max-height: 100vh;
388+
aspect-ratio: 16 / 9;
389+
position: fixed;
390+
top: 50%;
391+
left:50%;
392+
transform: translate(-50%, -50%);
432393
}
433394

434395
#closeButton {

assets/scss/_custom.scss

Lines changed: 121 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,31 @@ body.td-home main[role="main"] > section:first-of-type .content p:first-child {
9696
}
9797
}
9898

99+
section#upcoming-events {
100+
color: $white;
101+
background: $secondary;
102+
text-align: center;
103+
padding-top: 4rem;
104+
padding-bottom: 2rem;
105+
h2, h3, h4, h5, h6 {
106+
font-weight: bold;
107+
}
108+
> div {
109+
margin: 1.5em;
110+
padding: 0.5em 0 0.5em 0;
111+
a, a:hover {
112+
color: $white;
113+
background: transparent;
114+
font-size: 1.5rem;
115+
text-decoration: underline;
116+
strong {
117+
color: $white;
118+
background: transparent;
119+
}
120+
}
121+
}
122+
}
123+
99124
.section-feature#kubeweekly {
100125

101126
a.kubeweekly-signup, a.kubeweekly-signup:hover {
@@ -271,21 +296,41 @@ footer {
271296
}
272297
}
273298

274-
275299
@media (max-width: 799px) {
276-
footer ul.footer-icons {
277-
display: flex;
278-
flex-wrap: nowrap;
279-
flex-direction: column;
280-
align-items: flex-start;
281-
row-gap: 0.5em;
282-
}
283-
footer div.order-1 ul.footer-icons {
284-
margin-left: auto;
285-
}
286-
footer div.order-3 ul.footer-icons {
287-
margin-right: auto;
288-
}
300+
footer ul.footer-icons {
301+
display: flex;
302+
flex-wrap: nowrap;
303+
flex-direction: column;
304+
row-gap: 0.5em;
305+
}
306+
307+
footer div.order-1 ul.footer-icons {
308+
align-items: flex-start;
309+
margin-left: 0;
310+
margin-right: auto;
311+
}
312+
313+
footer div.order-3 ul.footer-icons {
314+
align-items: flex-end;
315+
margin-left: auto;
316+
margin-right: 0;
317+
}
318+
319+
// These character icons are bigger than the others and creates an offset, this restores centeredness
320+
.fa-laptop-code {
321+
font-size: 1.1rem;
322+
}
323+
.fa-youtube {
324+
font-size: 1.3rem;
325+
}
326+
.fa-envelope {
327+
font-size: 1.3rem;
328+
}
329+
330+
// Makes the text column wider on mobile while leaving the inline bootstrap code for desktop
331+
footer .row > .order-1 { flex: 0 0 16.6667%; max-width: 16.6667%; }
332+
footer .row > .order-2 { flex: 0 0 66.6667%; max-width: 66.6667%; }
333+
footer .row > .order-3 { flex: 0 0 16.6667%; max-width: 16.6667%; }
289334
}
290335

291336
/* SIDE-DRAWER MENU */
@@ -400,6 +445,68 @@ footer {
400445
}
401446
}
402447

448+
.td-home section#video {
449+
display: block;
450+
clear: both;
451+
min-height: 24rem;
452+
}
453+
454+
455+
.td-home section#video.section-with-bgimage {
456+
background: #13110f; // match video
457+
background-position: 65% center, left center;
458+
background-repeat: no-repeat, repeat;
459+
background-size: auto 100%, cover;
460+
.video-text-optional {
461+
padding-left: calc(max(10vw, 5rem));
462+
463+
button::before, button::after {
464+
color: $secondary;
465+
padding-left: 0.5rem;
466+
padding-right: 0.5rem;
467+
}
468+
button:dir(ltr)::before {
469+
content: "▶︎ ";
470+
}
471+
button:dir(rtl)::after {
472+
content: " ▶︎";
473+
}
474+
475+
h2, h3, h4, h5, h6, p {
476+
visibility: hidden; // the background has the same works
477+
font-size: inherit;
478+
}
479+
}
480+
}
481+
482+
@media only screen and (max-width: 1024px) {
483+
.td-home section#video.section-with-bgimage {
484+
background-size: contain, cover;
485+
.video-text-optional {
486+
padding: 0.5rem;
487+
padding-top: 40%;
488+
width: 100%;
489+
}
490+
button {
491+
min-width: calc(min(90vw,20rem));
492+
font-size: 1.2rem;
493+
margin-bottom: 3em;
494+
}
495+
}
496+
}
497+
498+
@media (max-width: 10cm) {
499+
.td-home section#video {
500+
display: none;
501+
}
502+
}
503+
504+
@media only screen and (max-width: 640px) and (orientation: portrait) {
505+
.td-home section#video {
506+
display: none;
507+
}
508+
}
509+
403510
/* COMMUNITY */
404511

405512
body.cid-community {

assets/scss/_reset.scss

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,6 @@
2929
height: 100vh;
3030
}
3131

32-
@mixin pureCenter($left: 50%, $top: 50%) {
33-
position: absolute;
34-
top: $top;
35-
left: $left;
36-
transform: translate(-50%, -50%);
37-
}
38-
3932
@mixin maintain-aspect-ratio(
4033
$width-factor: 16,
4134
$height-factor: 9,

assets/scss/_tablet.scss

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -118,21 +118,6 @@ $vendor-strip-font-size: 16px;
118118
}
119119
}
120120

121-
#video {
122-
display: block;
123-
124-
& > .light-text {
125-
display: block;
126-
float: right;
127-
text-align: left;
128-
margin: 0 5% 15px 0;
129-
}
130-
131-
&:dir(rtl) > .light-text {
132-
text-align: right;
133-
}
134-
}
135-
136121
#mobileShowVideoButton {
137122
display: none;
138123
}

content/bn/case-studies/_index.html

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,4 @@
77
class: gridPage
88
body_class: caseStudies
99
cid: caseStudies
10-
menu:
11-
main:
12-
weight: 60
1310
---

content/bn/docs/tutorials/hello-minikube.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ minikube dashboard --url
7777
1. পড পরিচালনা ও ডিপ্লয়মেন্ট তৈরি করতে `kubectl create` কমান্ডটি চালান। এই পডগুলি প্রদত্ত Docker ইমেজ এর উপর ভিত্তি করে কন্টেইনার চালায়।
7878

7979
```shell
80-
kubectl create deployment hello-node --image=k8s.gcr.io/echoserver:1.4
80+
kubectl create deployment hello-node --image=registry.k8s.io/e2e-test-images/agnhost:2.53 -- /agnhost netexec --http-port=8080
8181
```
8282

8383
2. ডিপ্লয়মেন্টটি দেখুন:

0 commit comments

Comments
 (0)