question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Create/apply not working

See original GitHub issue

Deployed headlamp onto Civo Kubernetes which is based on K3s. able to open UI and navigate but on creating it gives an error.

Screenshot 2022-07-20 at 2 05 45 PM

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
Screenshot 2022-07-20 at 2 07 29 PM

Anything I am missing?

Issue Analytics

  • State:closed
  • Created a year ago
  • Comments:6 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
saiyam1814commented, Jul 20, 2022

its in 50 minutes https://www.civo.com/meetups/meetup-22 Thanks for your quick help 😃

0reactions
joaquimrochacommented, Jul 20, 2022

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

Yes adding the default namespace worked! thanks! I am having a talk on various Kubernetes dashboards nd I am talking about headlamp as well 😃

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 😄

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found