Prashant Tiwari
Prashant Tiwari
Interesting links: Adding multiple solvers - https://cert-manager.io/docs/configuration/acme/#adding-multiple-solver-types Metrostar cert-manager-plugin - https://github.com/MetroStar/nebari-cert-manager/blob/main/src/nebari_plugin_cert_manager_chart/template/chart/templates/certificates.yaml
I can see in logs of `Describe` for `dev/jupyter-at` pod: ``` │ QoS Class: Burstable │ │ Node-Selectors: dedicated=heavy-weight │ │ Tolerations: hub.jupyter.org/dedicated=user:NoSchedule │ │ hub.jupyter.org_dedicated=user:NoSchedule │ │ node.kubernetes.io/not-ready:NoExecute op=Exists...
Okay, I found something interesting! ``` diff --git a/src/_nebari/stages/kubernetes_initialize/template/modules/cluster-autoscaler/main.tf b/src/_nebari/stages/kubernetes_initialize/template/modules/cluster-autoscaler/main.tf index 29f982c..39d13c8 100644 --- a/src/_nebari/stages/kubernetes_initialize/template/modules/cluster-autoscaler/main.tf +++ b/src/_nebari/stages/kubernetes_initialize/template/modules/cluster-autoscaler/main.tf @@ -4,7 +4,7 @@ resource "helm_release" "autoscaler" { repository = "https://kubernetes.github.io/autoscaler" chart =...
Check if the `nvidia.com/gpu: 2` works.
To ensure that the Makefile is always up-to-date, @dcmcand suggested using it in CI. Creating Makefile with steps followed in [.github/workflows/test_local_integration.yaml](https://github.com/nebari-dev/nebari/blob/develop/.github/workflows/test_local_integration.yaml) would be an excellent place to start. We can...
Let's use this issue as a super issue to track progress on Nebari Makefile sub-issues/tasks. Renaming the issue to Nebari Makefile.
Update: The following Git Gist contains the Makefile and the Nebari config I am using to create the Nebari cluster locally. https://gist.github.com/pt247/b17e3bec1dd25421082d109328a938b4
### Update With the above git [gist](https://gist.github.com/pt247/b17e3bec1dd25421082d109328a938b4), we can now spin up a local cluster for testing using the Makefile. It still uses Cloudflare for the DNS-01 challenge so that...
### Limiting the scope of this ticket We should focus on local certificates while we are working on #2238. In this ticket, we will focus on replace CI tests in...
Updated [gist](https://gist.github.com/pt247/95ef1f6b88b6238be6ac57461e079024) with the latest Makefile with playwright tests.