Create/apply not working
See original GitHub issueDeployed headlamp onto Civo Kubernetes which is based on K3s. able to open UI and navigate but on creating it gives an error.
I used the standard installation steps with ingress
kubectl -n kube-system create serviceaccount headlamp-admin
kubectl create clusterrolebinding headlamp-admin --serviceaccount=kube-system:headlamp-admin --clusterrole=cluster-admi
kubectl apply -f https://raw.githubusercontent.com/kinvolk/headlamp/main/kubernetes-headlamp.yaml
ingress
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
name: headlamp
namespace: kube-system
spec:
tls:
- secretName: headlamp
hosts:
- headlamp.3b490ef9-d33c-42b7-a4f5-cd54bdff7c7e.k8s.civo.com
rules:
- host: headlamp.3b490ef9-d33c-42b7-a4f5-cd54bdff7c7e.k8s.civo.com
http:
paths:
- backend:
service:
name: headlamp
port:
number: 80
path: /
pathType: ImplementationSpecific
Anything I am missing?
Issue Analytics
- State:
- Created a year ago
- Comments:6 (3 by maintainers)
Top Results From Across the Web
var app = UiApp.createApplication() stopped working
However I have no idea how to replace var app = UiApp.createApplication() as I have no coding experience. function printPdf() { SpreadsheetApp.
Read more >serverlessrepo:CreateApplication permissions error #1406
Hey guys, getting the following error with boto3 1.5.7 when atetmpting to create a Serverless app from boto3.client('serverlessrepo') ...
Read more >API path not working ? Createapplication gets me error 405
Hello,. I'm a user of solarwinds API and sdk features, it worked really well until I tried to create applications (so assigning templates)...
Read more >CreateApplication - AWS CodeDeploy
An application with the specified name with the IAM user or AWS account already exists. HTTP Status Code: 400. ApplicationLimitExceededException. More ...
Read more >Oracle Receivables: Receipts API Overview, Setup, Sample ...
This note provides an overview of the Receipt APIs, sample scripts for each of the available procedures and tips on troubleshooting the API....
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
its in 50 minutes https://www.civo.com/meetups/meetup-22 Thanks for your quick help 😃
You definitely uncovered a regression we had in applying just the ingress. Something to do with a change to how we apply resources in general (and more particularly, pluralize them). I have just submitted a fix: https://github.com/kinvolk/headlamp/pull/610
That’s great! When is it? I’d love if you used the next bug fix version so it doesn’t fail on you like this 😄