Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cluster up but unreachable #34

Open
qrkourier opened this issue Oct 30, 2023 · 0 comments
Open

cluster up but unreachable #34

qrkourier opened this issue Oct 30, 2023 · 0 comments

Comments

@qrkourier
Copy link

flatpak run --user com.github.inercia.k3x
2023-10-29 21:58:49,712 [MainThread  ] [INFO ]  [K3D] Activating cluster 'k3s-cluster-692'
2023-10-29 21:58:49,712 [MainThread  ] [DEBUG]  [KUBECTL] Running kubectl command ('config', 'use-context', 'k3s-cluster-692')
2023-10-29 21:58:49,748 [MainThread  ] [DEBUG]  k3s-cluster-692 is the new active cluster.
kubectl config view -o jsonpath='{.contexts}' -o yaml
apiVersion: v1
clusters:
- cluster:
    certificate-authority-data: DATA+OMITTED
    server: https://localhost:7296
  name: k3s-cluster-692
contexts:
- context:
    cluster: k3s-cluster-692
    user: k3s-cluster-692
  name: k3s-cluster-692
current-context: k3s-cluster-692
kind: Config
preferences: {}
users:
- name: k3s-cluster-692
  user:
    password: REDACTED
    username: admin
curl -k https://localhost:7296/healthz
curl: (7) Failed to connect to localhost port 7296 after 0 ms: Connection refused

I installed the Flatpak by clicking the install button in the Elemental AppCenter.

cat /etc/lsb-release /etc/os-release
DISTRIB_ID=Pop
DISTRIB_RELEASE=22.04
DISTRIB_CODENAME=jammy
DISTRIB_DESCRIPTION="Pop!_OS 22.04 LTS"
NAME="Pop!_OS"
VERSION="22.04 LTS"
ID=pop
ID_LIKE="ubuntu debian"
PRETTY_NAME="Pop!_OS 22.04 LTS"
VERSION_ID="22.04"
HOME_URL="https://pop.system76.com"
SUPPORT_URL="https://support.system76.com"
BUG_REPORT_URL="https://github.com/pop-os/pop/issues"
PRIVACY_POLICY_URL="https://system76.com/privacy"
VERSION_CODENAME=jammy
UBUNTU_CODENAME=jammy
LOGO=distributor-logo-pop-os
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant