I am trying to create a kubernetes cluster on my local machine.
I created 3 vm's (two master and a slave).
I am using kubespray(v2.15.0) to create my cluster, But my kube-apiserver contianer keeps crashing with following error:
2021-03-03T10:33:06.41276414Z stderr F F0303 10:33:06.408597 1 sample_and_watermark.go:182] Time went backwards from 2021-03-03T10:33:06.408588954Z to 2021-03-03T10:33:06.408562115Z for labelValues=[]string{"executing", "readOnly"}
Can someone please help me diagnose this issue.
Here are the list of versions:
- Vagrant : 2.2.14
- Ubuntu : 18.04.5 LTS
- Kubespray : 2.15.0
- kubernetes : 1.19.7