jetstack-bot
b954456289
Merge pull request #6094 from SgtCoDFish/proliferation_3
...
Attempt to clarify in short the modules proliferation design
2023-06-15 10:09:22 +02:00
irbekrm
f4dc243b77
Document what fao stands for in the controller.cert-manager.io/fao label
...
Signed-off-by: irbekrm <irbekrm@gmail.com>
2023-06-02 13:45:10 +01:00
Ashley Davis
5bfd3078ca
add note about workspaces
...
Signed-off-by: Ashley Davis <ashley.davis@jetstack.io>
2023-05-26 12:00:54 +01:00
Ashley Davis
cc89050c02
fix double indented dashes for github markdown
...
Signed-off-by: Ashley Davis <ashley.davis@jetstack.io>
2023-05-26 11:55:42 +01:00
Ashley Davis
07cd2e3782
review suggestion
...
Signed-off-by: Ashley Davis <ashley.davis@jetstack.io>
2023-05-24 09:34:30 +01:00
Ashley Davis
f1b499f578
attempt to clarify in short the modules proliferation design
...
Signed-off-by: Ashley Davis <ashley.davis@jetstack.io>
2023-05-23 12:11:07 +01:00
Tim Ramlot
927cef3c22
switch to SSA for cainjector
...
Co-authored-by: joshvanl <vleeuwenjoshua@gmail.com>
Signed-off-by: Tim Ramlot <42113979+inteon@users.noreply.github.com>
2023-04-26 17:04:11 +02:00
Maël Valais
d0ee5102f6
design: fix dead image links
...
Signed-off-by: Maël Valais <mael@vls.dev>
2023-04-06 11:09:19 +02:00
jetstack-bot
b840eee9c3
Merge pull request #5843 from SgtCoDFish/design-gomod
...
Design: Go Module Proliferation
2023-04-05 11:14:38 +01:00
irbekrm
241680658b
Cleanup
...
Signed-off-by: irbekrm <irbekrm@gmail.com>
2023-03-27 10:11:41 +01:00
irbekrm
de34694516
Makes some updates to CertificateRequests design
...
The design is out of date in general though
Signed-off-by: irbekrm <irbekrm@gmail.com>
2023-03-27 09:57:44 +01:00
Ashley Davis
d5fc396673
go modules proposal based on hackathon work
...
Signed-off-by: Ashley Davis <ashley.davis@jetstack.io>
2023-03-21 14:55:32 +00:00
irbekrm
2d2985b2b5
Adds overwhelming kube apiserver to risks&mitigations
...
Signed-off-by: irbekrm <irbekrm@gmail.com>
2023-01-12 10:23:02 +00:00
irbekrm
47c3c4c5f4
Add a note about how often issuer secrets are retrieved
...
Signed-off-by: irbekrm <irbekrm@gmail.com>
2023-01-12 09:31:58 +00:00
irbekrm
65be2caaae
Initial commit
...
Signed-off-by: irbekrm <irbekrm@gmail.com>
2023-01-10 18:33:20 +00:00
Sathyanarayanan Saravanamuthu
9ffd83ee95
Fixing the documentation typo
...
Signed-off-by: Sathyanarayanan Saravanamuthu <sathya.chozhanaadan@gmail.com>
2022-09-28 14:30:55 +05:30
Ashley Davis
ab09488c22
timeouts proposal
...
Signed-off-by: Ashley Davis <ashley.davis@jetstack.io>
Co-authored-by: Maël Valais <mael@vls.dev>
2022-06-21 18:57:29 +01:00
irbekrm
1c4152d4cc
Code review feedback
...
Signed-off-by: irbekrm <irbekrm@gmail.com>
2022-05-31 12:17:35 +01:00
irbekrm
c605685a29
Adds design template
...
Signed-off-by: irbekrm <irbekrm@gmail.com>
2022-05-26 10:19:29 +01:00
jetstack-bot
f4f40f689e
Merge pull request #4757 from irbekrm/exponential_backoff_design
...
Design for exponential backoff
2022-03-30 12:10:33 +01:00
jetstack-bot
0c454ea72e
Merge pull request #4758 from JoshVanL/design-server-side-apply
...
Design Server Side Apply
2022-03-22 10:14:46 +00:00
irbekrm
d7ccd6dd51
Reducing initial backoff period is a non-goal
...
Signed-off-by: irbekrm <irbekrm@gmail.com>
2022-03-18 10:26:00 +00:00
irbekrm
ae37a6ecbb
Adds a note about denied CertificateRequests
...
Signed-off-by: irbekrm <irbekrm@gmail.com>
2022-03-18 10:26:00 +00:00
irbekrm
476a22b674
Remove reference to event that shows when the next issuance will be attempted
...
The event did not seem that useful. Manually triggered (and failed reissuance attempt can result in multiple events on a Certificate each showing different renewal timestamp which seems confusing. Also events are short lived, so not that useful to someone debugging few hours after failure
Signed-off-by: irbekrm <irbekrm@gmail.com>
2022-03-18 10:26:00 +00:00
irbekrm
93cf3f7a2a
Changing revision number should not reset backoff period
...
There is no particular reason why it should and applying backoff to all consecutive failed issuances makes this easier to reason about
Signed-off-by: irbekrm <irbekrm@gmail.com>
2022-03-18 10:26:00 +00:00
irbekrm
184a16da10
Design for exponential backoff
...
Signed-off-by: irbekrm <irbekrm@gmail.com>
2022-03-18 10:26:00 +00:00
Ashley Davis
3a055cc2f5
rename all uses of github.com/jetstack/cert-manager
...
This was done by running the following command twice:
```bash
grep -Ri "github.com/jetstack/cert-manager" . | \
cut -d":" -f1 | \
sort | \
uniq | \
xargs sed -i
"s/github.com\/jetstack\/cert-manager/github.com\/cert-manager\/cert-manager/"
```
Signed-off-by: Ashley Davis <ashley.davis@jetstack.io>
2022-02-02 09:08:31 +00:00
joshvanl
bfcaa3dd55
Change APPLY->Apply, Server Side->Server-Side
...
Signed-off-by: joshvanl <vleeuwenjoshua@gmail.com>
2022-01-31 13:42:50 +00:00
joshvanl
cf1bec13e6
Adds comments for force section
...
Signed-off-by: joshvanl <vleeuwenjoshua@gmail.com>
2022-01-19 14:45:45 +00:00
joshvanl
cfa63f47fb
Add section on Migration
...
Signed-off-by: joshvanl <vleeuwenjoshua@gmail.com>
2022-01-19 10:48:48 +00:00
joshvanl
b64dcfff99
Update design with review comments
...
Signed-off-by: joshvanl <vleeuwenjoshua@gmail.com>
2022-01-19 10:29:04 +00:00
joshvanl
24dfdc011f
Add paragraph about adding tags on API types
...
Signed-off-by: joshvanl <vleeuwenjoshua@gmail.com>
2022-01-18 16:26:11 +00:00
joshvanl
80c786d05d
Adds design document for using server side apply in cert-manager
...
controllers
Signed-off-by: joshvanl <vleeuwenjoshua@gmail.com>
2022-01-18 15:52:07 +00:00
Ashley Davis
4bc906ee8d
remove old draft release notes
...
this repo isn't the source of truth for release notes, and if these are
drafts anyway they don't need to be kept around
(and they will still be available in git history anyway!)
Signed-off-by: Ashley Davis <ashley.davis@jetstack.io>
2021-11-04 16:42:47 +00:00
joshvanl
696356b702
Update certificates.k8s.io-adoption design to include changes which have
...
been implemented
Signed-off-by: joshvanl <vleeuwenjoshua@gmail.com>
2021-07-26 14:20:18 +01:00
joshvanl
68a065e34f
Updates from meeting
...
Signed-off-by: joshvanl <vleeuwenjoshua@gmail.com>
2021-07-26 13:29:50 +01:00
joshvanl
eeef422165
Adds some minor spelling and grammar
...
Signed-off-by: joshvanl <vleeuwenjoshua@gmail.com>
2021-07-26 13:29:50 +01:00
joshvanl
52a2ae599d
Updates the design proposal from team discussions
...
Signed-off-by: joshvanl <vleeuwenjoshua@gmail.com>
2021-07-26 13:29:50 +01:00
joshvanl
686a33ca74
Add a section as to _why_ I am proposing this approach
...
Signed-off-by: joshvanl <vleeuwenjoshua@gmail.com>
2021-07-26 13:29:49 +01:00
joshvanl
5f98ba69f4
Adds certificates.k8s.io Adoptions Design Document
...
Signed-off-by: joshvanl <vleeuwenjoshua@gmail.com>
2021-07-26 13:29:49 +01:00
joshvanl
1e961c945b
Changes some wording and adds some suggestions to the yaml text
...
Signed-off-by: joshvanl <vleeuwenjoshua@gmail.com>
2021-05-17 17:28:45 +01:00
joshvanl
b5a48f8dc8
Change strings to be the yaml equivalent
...
Signed-off-by: joshvanl <vleeuwenjoshua@gmail.com>
2021-05-17 17:28:45 +01:00
joshvanl
c09a092c96
Adds blank line under headings
...
Signed-off-by: joshvanl <vleeuwenjoshua@gmail.com>
2021-05-17 17:28:45 +01:00
joshvanl
7394d8da1e
Change the SAR explanation in the webhook
...
Signed-off-by: joshvanl <vleeuwenjoshua@gmail.com>
2021-05-17 17:28:45 +01:00
joshvanl
bc0f822ca7
Change CR RBAC resource-name to resource-type
...
Signed-off-by: joshvanl <vleeuwenjoshua@gmail.com>
2021-05-17 17:28:45 +01:00
joshvanl
2c15fe376f
Adds that requests should be updated with a False Ready condition when
...
Denied
Signed-off-by: joshvanl <vleeuwenjoshua@gmail.com>
2021-05-17 17:28:45 +01:00
joshvanl
0d7fa077f8
Update docs with word changes
...
Signed-off-by: joshvanl <vleeuwenjoshua@gmail.com>
2021-05-17 17:28:45 +01:00
joshvanl
2314c2c16a
Updates the example enabled controllers flag to correctly disable just
...
the approver controller
Signed-off-by: joshvanl <vleeuwenjoshua@gmail.com>
2021-05-17 17:28:45 +01:00
joshvanl
9051a6d9b8
Updates table of contents
...
Signed-off-by: joshvanl <vleeuwenjoshua@gmail.com>
2021-05-17 17:28:45 +01:00
joshvanl
1740515064
Updates doc with correct signer syntax, using discovery API,
...
clarifications and spelling/grammar
Signed-off-by: joshvanl <vleeuwenjoshua@gmail.com>
2021-05-17 17:28:45 +01:00