cert-manager
Here are 119 public repositories matching this topic...
Update Istio app to use istioctl and 1.8
Expected Behaviour
Istio 1.18 is now available and is installed via a CLI (similar to how Linkerd works)
Current Behaviour
<!
-
Updated
Feb 23, 2021 - Ruby
-
Updated
Mar 5, 2021 - Shell
-
Updated
Mar 3, 2021 - Shell
Details
DEX is installed using pre-existing themes that are available, namely coreos and tectonic.
source: https://github.com/dexidp/dex/tree/master/web/themes
To use a custom theme you need just to put it along with others into a web directory. The folder structure should be the same: logo, favicon, and CSS.
After that, add
frontend:
theme: yourthemefolder
to
-
Updated
Mar 12, 2019 - Shell
-
Updated
Sep 17, 2020 - Go
-
Updated
Jul 18, 2018 - HTML
-
Updated
Feb 27, 2021 - Makefile
-
Updated
Apr 27, 2020 - Dhall
-
Updated
Apr 24, 2019 - Swift
As requested in the answer to my issue to the cert-manager repository, I am filing an issue in the website repository jetstack/cert-manager#3472
problem
I am using a kubernetes setup based on my own bare-metal servers where:
pod networking is provided by callico-flannel (canal)
apiserver communicates to (kublet) nodes over using host network
apiserver is not
-
Updated
Aug 26, 2020 - Go
-
Updated
Mar 7, 2018 - Shell
-
Updated
Nov 9, 2020 - Go
-
Updated
Oct 30, 2020 - Go
-
Updated
Feb 7, 2021 - Go
-
Updated
Mar 14, 2019 - Makefile
-
Updated
Feb 20, 2021 - Shell
-
Updated
Dec 14, 2020 - Go
-
Updated
Feb 19, 2021 - Shell
-
Updated
Feb 12, 2020 - Go
-
Updated
Mar 4, 2021 - Dockerfile
-
Updated
Mar 5, 2021 - Shell
-
Updated
Mar 3, 2021 - Shell
-
Updated
Nov 20, 2020 - Go
-
Updated
Oct 20, 2020 - Go
Improve this page
Add a description, image, and links to the cert-manager topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the cert-manager topic, visit your repo's landing page and select "manage topics."
Task
Convert CI to GitHub Actions
Context
Travis is removing its free tier for OSS projects, so this should be built with GitHub Actions instead, which is not going to add additional cost.
I would expect this to be one of the easier projects to convert given that Docker isn't used in the build.
See also:
https://github.com/mvdan/github-actions-golang
https://github.com/ac