Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
Show all changes
39 commits
Select commit Hold shift + click to select a range
af81fa1
Fix misspelling in book introduction
pjbgf Oct 31, 2021
5616b95
Merge pull request #2415 from pjbgf/master
k8s-ci-robot Nov 1, 2021
7c3fdc4
Update cert-manager installation url since it changed
rocrisp Nov 10, 2021
4990c4e
Merge pull request #2418 from rocrisp/certmanagerlink
k8s-ci-robot Nov 11, 2021
c33da2d
Remove unused removeString function
yozel Nov 16, 2021
6f91f0f
Merge pull request #2420 from yozel/master
k8s-ci-robot Nov 17, 2021
efda3e7
update word error of til
lonelyCZ Nov 22, 2021
bc4381c
Merge pull request #2422 from lonelyCZ/master
k8s-ci-robot Nov 22, 2021
d64c1bd
:book: Utilize controllerutil.ContainsFinalizer inside kubebuilder bo…
dmvolod Nov 25, 2021
ef5364a
Add style guide to the Contribution doc
sayantani11 Nov 26, 2021
2526ae5
Merge pull request #2427 from sayantani11/issue2423
k8s-ci-robot Nov 26, 2021
e51c785
Merge pull request #2426 from dmvolod/issue-2425
k8s-ci-robot Nov 28, 2021
4a97f8c
Add resource requests and limits to kube-rbac-proxy
fgiloux Nov 29, 2021
4ef2eb6
Merge pull request #2429 from fgiloux/master
k8s-ci-robot Dec 1, 2021
85aa9e0
fix link for controllermanager component config
varshaprasad96 Dec 2, 2021
4904573
Bump golang.org/x/text to v0.3.7
pjbgf Dec 2, 2021
a184cb1
Merge pull request #2436 from varshaprasad96/fix/link-componentconfig
k8s-ci-robot Dec 3, 2021
c7d73bc
remove debug logging from the manager auth proxy patch
geezyx Dec 2, 2021
c869ec1
Merge pull request #2435 from geezyx/master
k8s-ci-robot Dec 3, 2021
0036a35
Merge pull request #2438 from pjbgf/bump-text
k8s-ci-robot Dec 5, 2021
60fa3a4
add notes for docker build/pull commands
ycyaoxdu Dec 10, 2021
e0c0bb5
update docs to fix typo
anfoxtrot Dec 11, 2021
11426d5
Update docs/book/src/cronjob-tutorial/running-webhook.md
ycyaoxdu Dec 13, 2021
771ff9e
add email to commit
anfoxtrot Dec 13, 2021
3caf64a
Update go version to 1.17
ryantking Dec 13, 2021
9155233
Merge pull request #2445 from anfoxtrot/docs/cli-init-cmd-typo
k8s-ci-robot Dec 13, 2021
f4dbb5c
Merge pull request #2441 from ycyaoxdu/book-tutorial1-modify
k8s-ci-robot Dec 13, 2021
6ac7704
fix typos
devinleee Dec 20, 2021
83fcc5f
Merge pull request #2454 from yuswift/fix-docs
k8s-ci-robot Jan 6, 2022
f6c27b5
update license header to 2022
ryantking Jan 6, 2022
019c185
Merge pull request #2472 from ryantking/2022_license
k8s-ci-robot Jan 6, 2022
d16bf5e
Merge branch 'master' into go1.17
ryantking Jan 6, 2022
0108a48
go mod tidy
ryantking Jan 6, 2022
b772ff9
regenerate everything
ryantking Jan 6, 2022
d572e54
Merge pull request #2446 from ryantking/go1.17
k8s-ci-robot Jan 6, 2022
84c45ff
Update reference links
buraksekili Dec 22, 2021
c8b0546
:warning: (go/v3) upgrade controller-runtime from 0.10.0 to 0.11.0 an…
ankitm123 Jan 6, 2022
6e99dc7
Merge pull request #2455 from buraksekili/cronjob-example
k8s-ci-robot Jan 11, 2022
acdede5
:warning: (go/v3) upgrade controller-runtime from 0.10.0 to 0.11.0, k…
camilamacedo86 Jan 11, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,13 @@ spec:
- containerPort: 8443
protocol: TCP
name: https
resources:
limits:
cpu: 500m
memory: 128Mi
requests:
cpu: 5m
memory: 64Mi
{{- if not .ComponentConfig }}
- name: manager
args:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,13 @@ spec:
- containerPort: 8443
protocol: TCP
name: https
resources:
limits:
cpu: 500m
memory: 128Mi
requests:
cpu: 5m
memory: 64Mi
- name: manager
args:
- "--health-probe-bind-address=:8081"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,10 @@ spec:
- containerPort: 8443
protocol: TCP
name: https
resources:
limits:
cpu: 500m
memory: 128Mi
requests:
cpu: 5m
memory: 64Mi
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,13 @@ spec:
- containerPort: 8443
protocol: TCP
name: https
resources:
limits:
cpu: 500m
memory: 128Mi
requests:
cpu: 5m
memory: 64Mi
- name: manager
args:
- "--health-probe-bind-address=:8081"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,13 @@ spec:
- containerPort: 8443
protocol: TCP
name: https
resources:
limits:
cpu: 500m
memory: 128Mi
requests:
cpu: 5m
memory: 64Mi
- name: manager
args:
- "--health-probe-bind-address=:8081"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,13 @@ spec:
- containerPort: 8443
protocol: TCP
name: https
resources:
limits:
cpu: 500m
memory: 128Mi
requests:
cpu: 5m
memory: 64Mi
- name: manager
args:
- "--health-probe-bind-address=:8081"
Expand Down