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.

Installation on plain Kubernetes fails

See original GitHub issue

This is a…


[ ] Feature request
[ ] Regression (a behavior that used to work and stopped working in a new release)
[x] Bug report  
[ ] Documentation issue or request

Description

Hey,

I am following the Syndesis on Minikube guide and after I have built the operator and executed ${SYNDESIS} kube secrets I was struggling with creating volumes due to running on vanilla kubernetes and not minikube (so I skipped this step).

On execution of

${SYNDESIS} install --dev \
  --custom-resource ~/.syndesis/share/custom-resources/${SYNDESIS_HOSTNAME}-cr.yml

I get this error: error: the server doesn't have a resource type "dc". Isn’t it a resource definition for OpenShift? So it won’t run on Kubernetes, right?

Am I missing something in the installation process? The operator deploys successfully onto the cluster.

Thank you.

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Reactions:2
  • Comments:13 (6 by maintainers)

github_iconTop GitHub Comments

4reactions
claudio4jcommented, Sep 16, 2021

@michaelandrepearce unfortunately there is no plan for syndesis to work on plain kubernetes.

1reaction
zregvartcommented, Mar 31, 2021

@kompetenzlandkarte we have a work in progress effort to support Kubernetes on the 2.x branch. This branch has no releases (only pre-releases), so in order to use that you’d need to specify --tag and quite possibly use the syndesis script attached to one of the 2.x pre-releases (if you’re not already using that).

Read more comments on GitHub >

github_iconTop Results From Across the Web

Troubleshooting kubeadm | Kubernetes
As with any program, you might run into an error installing or running kubeadm. This page lists some common failure scenarios and have ......
Read more >
Troubleshooting installations | OpenShift Container Platform 4.7
If the installer failed to create the network configuration, generate the Kubernetes manifests again and review message output:.
Read more >
kind – Known Issues - Kubernetes
Troubleshooting Kind · Kubectl Version Skew (Kubernetes limits supported version skew) · Older Docker Installations (untested, known to have bugs) ...
Read more >
Kubernetes Failure Stories
Kubernetes Failure Stories · involved: etcd, apiserver, dex, custom resources · impact: broken control plane on production with no access to o11y due...
Read more >
How to Fix Kubernetes 'Node Not Ready' Error - Komodor
Common reasons for a Kubernetes node not ready error include lack of resources on the node, a problem with the kubelet (the agent...
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