James Munnelly
ea2b71a6b6
Update codegen
...
Signed-off-by: James Munnelly <james@munnelly.eu>
2019-09-10 14:46:55 +01:00
jetstack-bot
d2cedd50e1
Merge pull request #2049 from tonit/patch-1
...
Add gcloud service-account create
2019-09-10 14:42:30 +01:00
JoshVanL
2d82e83817
Adds install warning on running multiple instances of cert-manager
...
Signed-off-by: JoshVanL <vleeuwenjoshua@gmail.com>
2019-09-09 15:24:13 +01:00
jetstack-bot
1a0e0217e7
Merge pull request #2046 from munnerz/k8s-116
...
Update k8s.io dependencies to 1.16-beta.2
2019-09-09 12:49:09 +01:00
Toni Menzel
38917e18d2
Add gcloud service-account create
...
The error from gcloud is very misleading when trying to create a key for non-existing account (it tells you that you do not have the right permissions, which is actually incorrect). This documentation should inform the user to make sure the account is created first.
Signed-off-by: Toni Menzel <toni.menzel@rebaze.com>
2019-09-09 13:16:10 +02:00
jetstack-bot
ef6dde2ca6
Merge pull request #2045 from munnerz/fixup-install-docs
...
Update installation docs for latest release
2019-09-09 10:36:09 +01:00
jetstack-bot
c6d93a8099
Merge pull request #1974 from Dig-Doug/patch-1
...
Adds a note about the secret namespace error
2019-09-07 14:32:08 +01:00
James Munnelly
2cebc6c2dd
Update codegen
...
Signed-off-by: James Munnelly <james@munnelly.eu>
2019-09-07 13:38:30 +01:00
James Munnelly
50d23749ef
Update installation docs for latest release
...
Signed-off-by: James Munnelly <james@munnelly.eu>
2019-09-07 12:30:58 +01:00
James Munnelly
9dc927b04e
Fix-up manifests and upgrade guide for v0.10
...
Signed-off-by: James Munnelly <james@munnelly.eu>
2019-09-02 12:38:45 +01:00
James Munnelly
b38a0a64a7
Update advisory on DNS01 provider secrets
...
Signed-off-by: James Munnelly <james@munnelly.eu>
2019-09-02 12:17:33 +01:00
James Munnelly
65a5ef6dd4
Add certificaterequests to backup guide
...
Signed-off-by: James Munnelly <james@munnelly.eu>
2019-09-02 12:16:49 +01:00
James Munnelly
745228e37b
Add upgrade guide
...
Signed-off-by: James Munnelly <james@munnelly.eu>
2019-09-02 12:15:49 +01:00
James Munnelly
5eefde8e46
Add v0.10.0 release notes and bump versions
...
Signed-off-by: James Munnelly <james@munnelly.eu>
2019-09-02 11:57:51 +01:00
jetstack-bot
e476d17fc5
Merge pull request #1996 from ocadotechnology/wip-301
...
feat: enable crt/csr keyusages and extended keyusages
2019-09-02 10:41:04 +01:00
Dig-Doug
4811773fb1
Adds a note about the secret namespace error.
...
Context: https://github.com/jetstack/cert-manager/issues/650#issuecomment-441850385
Signed-off-by: Doug Roeper <douglas.roeper@gmail.com>
updates
2019-08-31 04:44:06 -07:00
stuart.warren
7eb1e34e48
feat: enable certificate keyusages
...
Enable users to request x509 key usages and extended key usages when
defining a certificate or certificate signing request
fixes : #301
Signed-off-by: stuart.warren <stuart.warren@ocado.com>
2019-08-31 01:00:00 +01:00
jetstack-bot
a54e766791
Merge pull request #2024 from zeeZ/fix-generate-docs
...
Fix docs on how to generate docs
2019-08-30 16:39:52 +01:00
zeeZ
947df5bc63
Fix docs on how to generate docs
...
Signed-off-by: zeeZ <zeeZinator+github@gmail.com>
2019-08-29 17:04:48 +02:00
Alpha
6a7297c3f4
Update kubectl output result with kubectl 12+
...
Signed-off-by: alpha.wong <alpha.wong@sandboxvr.com>
2019-08-28 10:11:37 +00:00
Marcello Romani
266013ec8f
#1931 clarify you have to manually add the jetstack helm repo
2019-08-19 10:16:24 +01:00
jetstack-bot
9a61875029
Merge pull request #1999 from JoshVanL/0.8-0.9-upgrade-guide
...
Adds documentation to describe how to perform 0.8->0.9 process
2019-08-16 18:39:00 +01:00
JoshVanL
77da54c3d8
release-0.9 -> release-0.10, v0.10.0 -> v0.10.0-alpha.0
...
Signed-off-by: JoshVanL <vleeuwenjoshua@gmail.com>
2019-08-16 13:23:27 +01:00
JoshVanL
160f62469f
Add comment about backing up in 0.8 upgrade guide
...
Signed-off-by: JoshVanL <vleeuwenjoshua@gmail.com>
2019-08-16 13:16:31 +01:00
JoshVanL
bf818173e4
Adds documentation to describe how to perform 0.8->0.9 process
...
Signed-off-by: JoshVanL <vleeuwenjoshua@gmail.com>
2019-08-16 13:01:42 +01:00
JoshVanL
72cc7b865c
Bump cert-manager version strings v0.9.0 -> v0.10.0
...
Signed-off-by: JoshVanL <vleeuwenjoshua@gmail.com>
2019-08-16 11:51:36 +01:00
jetstack-bot
36c8cff055
Merge pull request #1960 from elsesiy/feat/fix-azuredns-sp-script
...
Update documentation on service principal creation
2019-08-08 21:28:06 +01:00
Moritz Johner
591587273e
feat: add option to assume-role in route53
...
Signed-off-by: Moritz Johner <beller.moritz@googlemail.com>
2019-08-03 17:37:25 +02:00
Jonas-Taha El Sesiy
2791f7b253
Update documentation on service principal creation
...
Since AzureCli 2.0.68 the --password flag is unsupported.
The script now allows for auto-generated passwords
Signed-off-by: Jonas-Taha El Sesiy <github@elsesiy.com>
2019-08-02 10:18:14 -07:00
Nicolas Kowenski
c73ce2346f
add code-block:: shell to Helmfile alternative install
...
Signed-off-by: Nicolas Kowenski <nico@garufa.ethz.ch>
2019-07-31 14:24:27 +02:00
Nicolas Kowenski
312a38f0be
include helmfile zakkg3 alternative installation
...
Signed-off-by: Nicolas Kowenski <nico@garufa.ethz.ch>
2019-07-30 15:23:26 +02:00
James Munnelly
2cbc089881
Bump version strings for v0.9.0
...
Signed-off-by: James Munnelly <james@munnelly.eu>
2019-07-23 14:37:05 +01:00
jetstack-bot
2e03be48eb
Merge pull request #1907 from munnerz/kubernetes-1.15.1
...
Bump Kubernetes dependencies to 1.15.1
2019-07-23 11:44:25 +01:00
jetstack-bot
9a6510ead0
Merge pull request #1911 from munnerz/update-diagram
...
Update high level overview diagram
2019-07-22 17:12:39 +01:00
James Munnelly
03187a4247
Add TPP setup section
...
Signed-off-by: James Munnelly <james@munnelly.eu>
2019-07-22 13:34:37 +01:00
James Munnelly
813e19ac10
Fix two typos in Venafi tutorial
...
Signed-off-by: James Munnelly <james@munnelly.eu>
2019-07-22 13:24:23 +01:00
James Munnelly
27b4ba7d69
Update high level overview diagram
...
Signed-off-by: James Munnelly <james@munnelly.eu>
2019-07-22 12:47:49 +01:00
James Munnelly
d9899e86be
Update reference docs
...
Signed-off-by: James Munnelly <james@munnelly.eu>
2019-07-20 13:44:08 +01:00
jetstack-bot
9299d14eb8
Merge pull request #1729 from alljames/1439-eks-docs
...
1439 eks docs
2019-07-18 09:28:38 +01:00
James Munnelly
e55dffe451
Extend Venafi document
...
Signed-off-by: James Munnelly <james@munnelly.eu>
2019-07-17 19:04:40 +01:00
jetstack-bot
ab4d15eff4
Merge pull request #1900 from JoshVanL/update-release-processes
...
Updates release process
2019-07-17 18:02:31 +01:00
James Munnelly
c4d7ded535
Move and expand upon EKS tutorial
...
Signed-off-by: James Munnelly <james@munnelly.eu>
2019-07-17 16:53:42 +01:00
jetstack-bot
d9b1b9e4bc
Merge pull request #1894 from JoshVanL/0.9-beta-docs-version-bump
...
Bump version numbers for v0.9.0-alpha.0 to v0.9.0-beta.0
2019-07-17 15:15:30 +01:00
JoshVanL
ccb7419160
Bump version numbers for v0.9.0-alpha.0 to v0.9.0-beta.0
...
Signed-off-by: JoshVanL <vleeuwenjoshua@gmail.com>
2019-07-17 14:59:40 +01:00
JoshVanL
786fe48553
Removes helm chart mention in release process
...
Signed-off-by: JoshVanL <vleeuwenjoshua@gmail.com>
2019-07-17 14:58:01 +01:00
JoshVanL
4258bf7ab3
Updates release process
...
Signed-off-by: JoshVanL <vleeuwenjoshua@gmail.com>
2019-07-17 14:24:30 +01:00
JoshVanL
5aed5e7001
Adds release-0.9 upgrade guide
...
Signed-off-by: JoshVanL <vleeuwenjoshua@gmail.com>
2019-07-17 11:25:58 +01:00
jetstack-bot
8d61145516
Merge pull request #1893 from JoshVanL/cr-conditions-docs
...
CertificateRequest conditions docs
2019-07-16 22:09:38 +01:00
JoshVanL
523a699e39
Reduce number of CertificateRequest condition types
...
Signed-off-by: JoshVanL <vleeuwenjoshua@gmail.com>
2019-07-16 14:45:34 +01:00
jetstack-bot
873f48352e
Merge pull request #1875 from JoshVanL/cr-docs
...
Adds CertificateRequest docs
2019-07-16 12:17:04 +01:00