Questions tagged [charmed-kubernetes]

6 questions
1
vote
0 answers

Juju - Restart application after system reboot

I'm trying to get to know how Kubeflow works and the most accessible solution to me was setting up a Ubuntu virtual machine and install Kubeflow there with Charm/Juju. I'm following this guide. Everything goes fine and I'm able to set up the…
lte__
  • 7,175
  • 25
  • 74
  • 131
0
votes
0 answers

Stuck in a "Running machine configuration script"

Following this bash file We are facing issue that the time i add juju bootstrap maas-controller it goes in running machine configuration script and waiting more than 2 hrs. Resources added for juju-controller 4 core CPU 8Gb RAM 16Gb storage
0
votes
0 answers

With the OSM charmed version, the NS remains in scheduled status

I'm using a charmed OSM version 12.0.5, but when I try to deploy NS all the packets are correctly installed but the status remains scheduled. Why can happens this? Thanks in advance.
0
votes
0 answers

Unable to fetch Vault Token for Pod Service Account

I am using Vault CSI Driver on Charmed Kubernetes v1.19 where I'm trying to retrieve secrets from Vault for a pod running in a separate namespace (webapp) with its own service account (webapp-sa) following the steps in the blog. As I have been able…
0
votes
2 answers

Juju vault causing problems when deploying openstack/base on maas and charmed-kubernetes

I have deployed openstack/base on MaaS as indicated here. After I tried to deploy charmed-kubernetes with an openstack-integrator and vault overlay, I cannot perform openstackclient commands on the maas node and the images uploaded to the dashboard…
Paul Rousseau
  • 571
  • 2
  • 7
  • 21
0
votes
1 answer

How to expose services running in Kubernetes

I have installed Charmed-Kubernetes on Ubuntu. and then istio and its bookinfo application. kubectl exec -it $(kubectl get pod -l app=ratings -o jsonpath='{.items[0].metadata.name}') -c ratings -- curl productpage:9080/productpage | grep -o…
Sachith Muhandiram
  • 2,819
  • 10
  • 45
  • 94