You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 14, 2023. It is now read-only.
I walked through the Getting Started process as described at https://cf-for-k8s.io/docs/
Initially the cluster seems healthy, and the steps to create an organization and space are fine.
However after a few minutes, as I progress through the guide, the cluster is unhealthy.
Any cf command results in Error unmarshalling the following into a cloud controller error: no healthy upstream
Meanwhile, a resubmit of kapp deploy will show the cf-api-server and cf-api-worker as Waiting for 1 unavailable replicas. And eventually cf-api-server will disappear and only cf-api-worker remains as Waiting for 1 unavailable replicas.
Since im just 'getting started' im not too sure what too expect, but this seems to behave very flakey without doing anything beyond the introductory guide.
To Reproduce
Steps to reproduce the behavior: Walk through the Getting Started guide on a fresh install.
FYI I've tried the same on a fresh new VM with Ubuntu 20.04 server installed, and am experiencing the exact same problems, so it is definitely reproduceable.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Describe the bug
I walked through the Getting Started process as described at https://cf-for-k8s.io/docs/
Initially the cluster seems healthy, and the steps to create an organization and space are fine.
However after a few minutes, as I progress through the guide, the cluster is unhealthy.
Any
cf
command results inError unmarshalling the following into a cloud controller error: no healthy upstream
Meanwhile, a resubmit of
kapp deploy
will show thecf-api-server
andcf-api-worker
asWaiting for 1 unavailable replicas
. And eventuallycf-api-server
will disappear and onlycf-api-worker
remains asWaiting for 1 unavailable replicas
.Since im just 'getting started' im not too sure what too expect, but this seems to behave very flakey without doing anything beyond the introductory guide.
To Reproduce
Steps to reproduce the behavior: Walk through the Getting Started guide on a fresh install.
Expected behavior
The cluster should remain running and intact
Additional context
CLI versions
Ubuntu Server 20.04.3
Docker 20.10.2
AMD Ryzen 7 (8 core)
64GB DDR4
ytt --version
: 0.35.1kapp --version
: 0.37.0kubectl version
: Client Version: version.Info{Major:"1", Minor:"21", GitVersion:"v1.21.3", GitCommit:"ca643a4d1f7bfe34773c74f79527be4afd95bf39", GitTreeState:"clean", BuildDate:"2021-07-15T21:04:39Z", GoVersion:"go1.16.6", Compiler:"gc", Platform:"linux/amd64"}Server Version: version.Info{Major:"1", Minor:"20", GitVersion:"v1.20.2", GitCommit:"faecb196815e248d3ecfb03c680a4507229c2a56", GitTreeState:"clean", BuildDate:"2021-03-11T06:23:38Z", GoVersion:"go1.15.5", Compiler:"gc", Platform:"linux/amd64"}
cf version
: 7.2.0+be4a5ce2b.2020-12-10The text was updated successfully, but these errors were encountered: