# Liveness & Readiness issue in clear installation

**URL:** https://discuss.kubernetes.io/t/liveness-readiness-issue-in-clear-installation/16572
**Category:** General Discussions
**Tags:** development
**Created:** [July 2, 2021, 8:36am UTC](https://discuss.kubernetes.io/t/liveness-readiness-issue-in-clear-installation/16572 "2021-07-02T08:36:22Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![Chairi\_Kiourt](https://sea2.discourse-cdn.com/flex016/user_avatar/discuss.kubernetes.io/chairi_kiourt/32/8064_2.png) [@Chairi\_Kiourt](https://discuss.kubernetes.io/u/Chairi_Kiourt)
#### Post date: [July 2, 2021, 8:36am UTC](https://discuss.kubernetes.io/t/liveness-readiness-issue-in-clear-installation/16572/1 "2021-07-02T08:36:22Z")

</div>

### Cluster information:

Kubernetes version:  
bare-metal installation  
Installation method:  
Host OS: Ubuntu 20.04  
kubectl: v1.20.8  
calico: v3.14.2  
calico/cni: v3.14.2  
In kube-apiserver

```auto
│ I0702 08:29:20.246489 1 client.go:360] parsed scheme: "passthrough" │
│ I0702 08:29:20.246532 1 passthrough.go:48] ccResolverWrapper: sending update to cc: {[{https://127.0.0.1:2379 <nil> 0 <nil>}] <nil> │
│ I0702 08:29:20.246541 1 clientconn.go:948] ClientConn switching balancer to "pick_first"

```

```auto
│ Events: │
│ Type Reason Age From Message │
│ ---- ------ ---- ---- ------- │
│ Warning Unhealthy 51m (x4 over 56m) kubelet Liveness probe failed: HTTP probe failed with statuscode: 500 │
│ Warning Unhealthy 50m (x13 over 56m) kubelet Readiness probe failed: HTTP probe failed with statuscode: 500

```

In etcd-kubem:

```auto
│ Events: │
│ Type Reason Age From Message │
│ ---- ------ ---- ---- ------- │
│ Warning Unhealthy 52m kubelet Liveness probe failed: HTTP probe failed with statuscode: 503

```

Any idea?

---

<div class="post-metadata">

### Author: ![protosam](https://sea2.discourse-cdn.com/flex016/user_avatar/discuss.kubernetes.io/protosam/32/7732_2.png) [@protosam](https://discuss.kubernetes.io/u/protosam)
#### Post date: [July 2, 2021, 3:32pm UTC](https://discuss.kubernetes.io/t/liveness-readiness-issue-in-clear-installation/16572/2 "2021-07-02T15:32:02Z")

</div>

What’s the kubernetes version and installation method?

---

<div class="post-metadata">

### Author: ![Chairi\_Kiourt](https://sea2.discourse-cdn.com/flex016/user_avatar/discuss.kubernetes.io/chairi_kiourt/32/8064_2.png) [@Chairi\_Kiourt](https://discuss.kubernetes.io/u/Chairi_Kiourt)
#### Post date: [July 3, 2021, 10:08am UTC](https://discuss.kubernetes.io/t/liveness-readiness-issue-in-clear-installation/16572/3 "2021-07-03T10:08:48Z")

</div>

The version is 1.20.08, Bare metal installation based on kubeadm.

---

<div class="post-metadata">

### Author: ![protosam](https://sea2.discourse-cdn.com/flex016/user_avatar/discuss.kubernetes.io/protosam/32/7732_2.png) [@protosam](https://discuss.kubernetes.io/u/protosam)
#### Post date: [July 3, 2021, 8:15pm UTC](https://discuss.kubernetes.io/t/liveness-readiness-issue-in-clear-installation/16572/4 "2021-07-03T20:15:40Z")

</div>

I’m pretty short on ideas. I staged a cluster and couldn’t replicate this. What are the steps you followed to set this up?
