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
Copy file name to clipboardExpand all lines: README.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -99,5 +99,6 @@ The following are known issues with the simulator at the moment:
99
99
* creationTimepstamps of objects are reset, however the original creationTimestamp is copied into the object annoations.
100
100
* to enable log parsing the node addresses are updated to localhost, to point them to the in process kubelet. The original addresses are again copied into annotations for future reference.
101
101
* APIServices are skipped during the load processes as api aggregation cannot be replicated at the moment.
102
+
* When we load the bundle, the node shows `Taints: node.kubernetes.io/not-ready:NoSchedule`, even if it doesn't have the taint. You can confirm this by checking the `yamls/cluster/v1/nodes.yaml`.
102
103
103
-
Additional information can be found in the [QuickStart Guide](./docs/quickstart.md)
104
+
Additional information can be found in the [QuickStart Guide](./docs/quickstart.md)
0 commit comments