Deepak Devadathan

Results 10 comments of Deepak Devadathan

i did that by disabling refresh,,but the destroy fails oci_objectstorage_bucket.mushop_catalogue_bucket[0]: Destruction complete after 2s oci_identity_group.oci_service_user[0]: Destruction complete after 4s helm_release.cert_manager[0]: Destruction complete after 2s Error: Failed to delete Job! API...

i did use the latest one from https://github.com/oracle-quickstart/oci-cloudnative/releases but it was a week ago. is this the latest one https://github.com/oracle-quickstart/oci-cloudnative/releases/latest/download/mushop-stack-v3.1.1.zip ?

Got the same issue with https://github.com/oracle-quickstart/oci-cloudnative/releases/latest/download/mushop-stack-v3.1.1.zip Error: Failed to delete Job! API error: jobs.batch "wallet-extractor-job" not found I believe this job doesnt exist after it has done its job, but...

Added sample function code for dotnet runtime for different usecases

Try using something like this ``` module "oke" { source = "oracle-terraform-modules/oke/oci" version = "5.1.5" compartment_id = var.compartment_id create_vcn = false vcn_id = var.vcn_id cluster_name = var.cluster_name kubernetes_version = var.kubernetes_version...

Initial assessment found that the latest image Oracle-Linux-8.10-2025.05.19-0-OKE-1.32.1-764 doesnt have this issue. So parking this issue for now. If its already fixed by the underlying image then no change is...

in your examples , you are fixing the subnet cidr block. In my case, its getting evaluated. I think this is what is causing the issue. To elaborate, i am...

one option could be install [helmfile](https://helmfile.readthedocs.io/en/latest/) on the operator similar to what we are currently doing with installation such as kubectl, helm etc. Provide an option for the user to...

There is no api support which can apply taint unlike labels for managed node pool. We have to pass it in the cloud init script as a kubelet argument. The...

This is my initial approach ...define the workerpool variable like below ``` worker_pool = { workload = { create = true mode = "node-pool" os_version = 8 size = 1...