https://rancher.com/ logo
Join the conversationJoin Slack
Channels
academy
amazon
arm
azure
cabpr
chinese
ci-cd
danish
deutsch
developer
elemental
epinio
espanol
events
extensions
fleet
français
gcp
general
harvester
harvester-dev
hobbyfarm
hypper
japanese
k3d
k3os
k3s
k3s-contributor
kim
kubernetes
kubewarden
lima
logging
longhorn-dev
longhorn-storage
masterclass
mesos
mexico
nederlands
neuvector-security
office-hours
one-point-x
onlinemeetup
onlinetraining
opni
os
ozt
phillydotnet
portugues
rancher-desktop
rancher-extensions
rancher-setup
rancher-wrangler
random
rfed_ara
rio
rke
rke2
russian
s3gw
service-mesh
storage
submariner
supermicro-sixsq
swarm
terraform-controller
terraform-provider-rancher2
terraform-provider-rke
theranchcast
training-0110
training-0124
training-0131
training-0207
training-0214
training-1220
ukranian
v16-v21-migration
vsphere
windows
Powered by Linen
general
  • r

    ripe-actor-83292

    08/19/2022, 2:50 AM
    Look for the next rodeo; they’re really good.
    👍 2
  • m

    most-sunset-36476

    08/19/2022, 9:36 AM
    The most important part of the log comes from the rancher-agent:
    time="2022-08-19T07:03:38Z" level=info msg="Connecting to <wss://rancher.gandalf.mordor.net/v3/connect> with token starting with 4sfxz9dk54w2hp9xv729k8tbgnf"
    time="2022-08-19T07:03:38Z" level=info msg="Connecting to proxy" url="<wss://rancher.gandalf.mordor.net/v3/connect>"
    time="2022-08-19T07:03:48Z" level=error msg="Failed to connect to proxy. Empty dialer response" error="dial tcp 20.42.142.242:443: i/o timeout"
    time="2022-08-19T07:03:48Z" level=error msg="Remotedialer proxy error" error="dial tcp 20.42.142.242:443: i/o timeout"
    time="2022-08-19T07:03:50Z" level=warning msg="Error while getting agent config: Get \"<https://rancher.gandalf.mordor.net/v3/connect/config>\": dial tcp 20.42.142.242:443: i/o timeout"
    time="2022-08-19T07:03:58Z" level=info msg="Connecting to <wss://rancher.gandalf.mordor.net/v3/connect> with token starting with 4sfxz9dk54w2hp9xv729k8tbgnf"
    time="2022-08-19T07:03:58Z" level=info msg="Connecting to proxy" url="<wss://rancher.gandalf.mordor.net/v3/connect>"
    time="2022-08-19T07:04:08Z" level=error msg="Failed to connect to proxy. Empty dialer response" error="dial tcp 20.42.142.242:443: i/o timeout"
    time="2022-08-19T07:04:08Z" level=error msg="Remotedialer proxy error" error="dial tcp 20.42.142.242:443: i/o timeout"
    time="2022-08-19T07:04:18Z" level=info msg="Connecting to <wss://rancher.gandalf.mordor.net/v3/connect> with token starting with 4sfxz9dk54w2hp9xv729k8tbgnf"
    time="2022-08-19T07:04:18Z" level=info msg="Connecting to proxy" url="<wss://rancher.gandalf.mordor.net/v3/connect>"
    time="2022-08-19T07:04:25Z" level=warning msg="Error while getting agent config: Get \"<https://rancher.gandalf.mordor.net/v3/connect/config>\": dial tcp 20.42.142.242:443: i/o timeout"
    time="2022-08-19T07:04:28Z" level=error msg="Failed to connect to proxy. Empty dialer response" error="dial tcp 20.42.142.242:443: i/o timeout"
    time="2022-08-19T07:04:28Z" level=error msg="Remotedialer proxy error" error="dial tcp 20.42.142.242:443: i/o timeout"
    time="2022-08-19T07:04:38Z" level=info msg="Connecting to <wss://rancher.gandalf.mordor.net/v3/connect> with token starting with 4sfxz9dk54w2hp9xv729k8tbgnf"
    time="2022-08-19T07:04:38Z" level=info msg="Connecting to proxy" url="<wss://rancher.gandalf.mordor.net/v3/connect>"
    time="2022-08-19T07:04:48Z" level=error msg="Failed to connect to proxy. Empty dialer response" error="dial tcp 20.42.142.242:443: i/o timeout"
    time="2022-08-19T07:04:48Z" level=error msg="Remotedialer proxy error" error="dial tcp 20.42.142.242:443: i/o timeout"
    time="2022-08-19T07:04:58Z" level=info msg="Connecting to <wss://rancher.gandalf.mordor.net/v3/connect> with token starting with 4sfxz9dk54w2hp9xv729k8tbgnf"
    time="2022-08-19T07:04:58Z" level=info msg="Connecting to proxy" url="<wss://rancher.gandalf.mordor.net/v3/connect>"
    time="2022-08-19T07:05:00Z" level=warning msg="Error while getting agent config: Get \"<https://rancher.gandalf.mordor.net/v3/connect/config>\": dial tcp 20.42.142.242:443: i/o timeout"
  • l

    loud-airline-16221

    08/19/2022, 9:46 AM
    👋 Hallo zusammen!
  • m

    magnificent-glass-73162

    08/19/2022, 9:52 AM
    I am running rancher on a single node linux host (fedora 36) that I recently upgraded from fedora 32. Rancher is having a problem starting properly. I am trying to follow the troubleshooting guide (https://rancher.com/docs/rancher/v2.5/en/troubleshooting/dns/). I’m noticing that the coredns pod is not starting…
    $ kubectl -n kube-system get pods -l k8s-app=kube-dns
    NAME                       READY   STATUS             RESTARTS   AGE
    coredns-685d6d555d-q9pn4   0/1     CrashLoopBackOff   4          2m40s
    If I look at the pod description I see the events as follows:
    Type     Reason          Age                From     Message
      ----     ------          ----               ----     -------
      Normal   SandboxChanged  62m (x2 over 62m)  kubelet  Pod sandbox changed, it will be killed and re-created.
      Normal   Pulled          62m                kubelet  Container image "rancher/mirrored-cluster-proportional-autoscaler:1.8.3" already present on machine
      Normal   Created         62m                kubelet  Created container autoscaler
      Normal   Started         62m                kubelet  Started container autoscaler
      Normal   SandboxChanged  52m (x2 over 52m)  kubelet  Pod sandbox changed, it will be killed and re-created.
      Normal   Pulled          52m                kubelet  Container image "rancher/mirrored-cluster-proportional-autoscaler:1.8.3" already present on machine
      Normal   Created         52m                kubelet  Created container autoscaler
      Normal   Started         52m                kubelet  Started container autoscaler
      Warning  Unhealthy       51m                kubelet  Readiness probe failed: Get "<http://10.42.0.17:8080/healthz>": dial tcp 10.42.0.17:8080: i/o timeout (Client.Timeout exceeded while awaiting headers)
      Warning  Unhealthy       51m (x3 over 52m)  kubelet  Readiness probe failed: Get "<http://10.42.0.17:8080/healthz>": context deadline exceeded (Client.Timeout exceeded while awaiting headers)
      Normal   SandboxChanged  37m (x2 over 37m)  kubelet  Pod sandbox changed, it will be killed and re-created.
      Normal   Pulled          37m                kubelet  Container image "rancher/mirrored-cluster-proportional-autoscaler:1.8.3" already present on machine
      Normal   Created         37m                kubelet  Created container autoscaler
      Normal   Started         37m                kubelet  Started container autoscaler
      Warning  Unhealthy       36m (x2 over 37m)  kubelet  Readiness probe failed: Get "<http://10.42.0.93:8080/healthz>": context deadline exceeded (Client.Timeout exceeded while awaiting headers)
      Normal   SandboxChanged  22m (x2 over 22m)  kubelet  Pod sandbox changed, it will be killed and re-created.
      Normal   Pulled          22m                kubelet  Container image "rancher/mirrored-cluster-proportional-autoscaler:1.8.3" already present on machine
      Normal   Created         22m                kubelet  Created container autoscaler
      Normal   Started         22m                kubelet  Started container autoscaler
      Warning  Unhealthy       21m (x4 over 22m)  kubelet  Readiness probe failed: Get "<http://10.42.0.161:8080/healthz>": context deadline exceeded (Client.Timeout exceeded while awaiting headers)
    It seems to be failing the health check, but I’m not sure why
    h
    • 2
    • 7
  • l

    loud-airline-16221

    08/19/2022, 10:06 AM
    Hi! I just try to spin up a GitLab instance via Docker container on Rancher. However, I am hitting the problem that, after each restart of the Pod the data is completly reset. I use a StatefulSet which crates a Persistent Volume Claim on Longhorn. On Longhorn it also really creates this claim and puts data in it. However after a reastart of the Pod it does not use this data, but creats everything anew. The amount of data in Longhorn does not change, but I guess this is because this it it just overwrites everything. I think my error is that I translate the mount points of the GitLab image falsely into the UI fields offered by rancher. Following this guide (https://www.rancher.cn/how-to-run-gitlab-in-rancher-1/ and this documentation: https://docs.gitlab.com/ee/install/docker.html#set-up-the-volumes-location) I entered this: • gitlab-etc:/etc/gitlab • gitlab-opt:/var/opt/gitlab • gitlab-log:/var/log/gitlab into the mount point fields (see picture). What am I doing wrong?
    t
    • 2
    • 1
  • n

    nice-needle-20936

    08/19/2022, 11:32 AM
    I need to know how to install KIM
    t
    • 2
    • 1
  • h

    helpful-beard-54962

    08/19/2022, 11:49 AM
    When using the Rancher HTTPS API, did anyone manage to connect via websocket to something? There's no documentation or examples but it should work
  • s

    straight-fireman-71417

    08/19/2022, 4:55 PM
    Office hours today?
    t
    • 2
    • 2
  • r

    red-musician-8168

    08/19/2022, 8:15 PM
    Aloha
  • r

    red-musician-8168

    08/19/2022, 8:17 PM
    it started in a snap, and then it slowly became a problem . . .
  • b

    broad-ambulance-17822

    08/19/2022, 8:18 PM
    thats a name I haven’t seen in a while 🙂
  • b

    broad-ambulance-17822

    08/19/2022, 8:18 PM
    are you that Vic Bancroft?
  • r

    red-musician-8168

    08/19/2022, 8:18 PM
    Wow, @broad-ambulance-17822!!!
  • r

    red-musician-8168

    08/19/2022, 8:18 PM
    Yes, I am . . .
  • b

    broad-ambulance-17822

    08/19/2022, 8:18 PM
    long time no see 😄
  • r

    red-musician-8168

    08/19/2022, 8:19 PM
    Last time we hung out was in some cubes in ALP
  • b

    broad-ambulance-17822

    08/19/2022, 8:19 PM
    absolutely. btw I think the Aloha gave you away 😄
  • r

    red-musician-8168

    08/19/2022, 8:19 PM
    So, have you ever done k3s on bare metal ?
    b
    • 2
    • 8
  • r

    red-musician-8168

    08/19/2022, 8:24 PM
    At least I know I finally found where the cool kids hang out !
  • b

    broad-ambulance-17822

    08/19/2022, 8:24 PM
    there’s a #k3s channel too
  • h

    hundreds-state-15112

    08/19/2022, 10:34 PM
    When I try to install Rancher Server 2.6.6 on k3s > 1.24.0 it fails because the limit is set in the Helm Chart for that k3s version. However, if I install k3s <1.24.0, install Rancher Server 2.6.6, then upgrade the underlying k3s, I can use something > 1.24.0. How dangerous is this and does this suggest Rancher Server should always be upgraded prior to it’s underlying k3s cluster?
    m
    c
    • 3
    • 5
  • b

    bland-area-30120

    08/20/2022, 12:01 PM
    Got this working with the proper depricated graph endpoint. https://graph.microsoft.com The one at the bottom of this page is wrong https://rancher.com/docs/rancher/v2.6/en/admin-settings/authentication/azure-ad/
    • 1
    • 1
  • f

    flat-glass-90449

    08/20/2022, 1:03 PM
    Has anyone tried to use multus cni on k3d?
  • p

    plain-portugal-84182

    08/21/2022, 8:49 AM
    Hi, I am facing issues to add a new node by following the steps at https://docs.rke2.io/install/quickstart/. rke2 version v1.23.9+rke2r1 (2d206eba8d0180351408dbed544c852b6b4fdd42) for both server and node node side: cat /etc/rancher/rke2/config.yaml server: https://190.190.190.83:9345 token: xxxx:😒erver:xxxxx erro log: iting to retrieve agent configuration; server is not ready: failed to retrieve configuration from server: https://127.0.0.1:6444/v1-rke2/config: 401 Unauthorized" Server side: The token above is from /var/lib/rancher/rke2/server/node-token Aug 21 16:49:01 tusdesign rke2[907]: time="2022-08-21T16:49:01+08:00" level=error msg="Failed to authenticate request from 190.190.190.82:49402: invalid username/password combination" ======================================== Was able to add another node
  • h

    happy-football-1417

    08/21/2022, 1:46 PM
    👋 Hi everyone! Hey is it possible to use rancher in one organization connected account to manage/create eks clusters in other connected accounts? Ive tried to do so, but the cluster never fully provisions in rancher. The EKS side of things looks okay.
    t
    • 2
    • 3
  • m

    most-alarm-2259

    08/21/2022, 3:06 PM
    Hello eveyone...i have a question about rancher-pushprox. what i am trying to do is to add a cusome label to all metrics which rancher-pushprox are scrapping.for other component that rancher pushprox is not responsible iam using metric relabeling which works find.but i have no such option in rancher-pushprox...is there any way to solve my requirment?
  • m

    most-alarm-2259

    08/21/2022, 3:08 PM
    i need to add a label called cluster: centeralmonitoring
  • c

    careful-optician-75900

    08/22/2022, 4:13 AM
    Hello, is there any rancher version which can support k8s version : 1.2
    c
    f
    t
    • 4
    • 4
  • c

    careful-optician-75900

    08/22/2022, 4:13 AM
    ?
  • w

    witty-jelly-95845

    08/22/2022, 9:10 AM
    -> #rancher-desktop
Powered by Linen
Title
w

witty-jelly-95845

08/22/2022, 9:10 AM
-> #rancher-desktop
View count: 7