This repository has been archived by the owner on Oct 22, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 55
bring up Kubernetes deployment without restarts #182
Comments
Do the startup phase errors/retries happen differently on 1st vs next times, i.e. what's the impact caused by 1st fetch of docker images. |
If i am not wrong, this exists in driver for long time, not specific to 1.0 changes. I can take this task. |
avalluri
added a commit
to avalluri/pmem-CSI
that referenced
this issue
Mar 4, 2019
Instead of exiting with error, driver has to wait and retry 'node controller' registration till the registry server up and registration get succeed. FIXES: intel#182 Signed-off-by: Amarnath Valluri <amarnath.valluri@intel.com>
avalluri
added a commit
to avalluri/pmem-CSI
that referenced
this issue
Mar 4, 2019
Instead of exiting with error, driver has to wait and retry 'node controller' registration till the registry server up and registration get succeed. FIXES: intel#182 Signed-off-by: Amarnath Valluri <amarnath.valluri@intel.com>
with change #184, driver deployment looks like:
|
avalluri
added a commit
to avalluri/pmem-CSI
that referenced
this issue
Mar 6, 2019
Instead of exiting with error, driver has to wait and retry 'node controller' registration till the registry server up and registration get succeed. FIXES: intel#182 Signed-off-by: Amarnath Valluri <amarnath.valluri@intel.com>
avalluri
added a commit
to avalluri/pmem-CSI
that referenced
this issue
Mar 7, 2019
Instead of exiting with error, driver has to wait and retry 'node controller' registration till the registry server up and registration get succeed. FIXES: intel#182 Signed-off-by: Amarnath Valluri <amarnath.valluri@intel.com>
avalluri
added a commit
to avalluri/pmem-CSI
that referenced
this issue
Mar 8, 2019
Instead of exiting with error, driver has to wait and retry 'node controller' registration till the registry server up and registration get succeed. FIXES: intel#182 Signed-off-by: Amarnath Valluri <amarnath.valluri@intel.com>
avalluri
added a commit
that referenced
this issue
Mar 11, 2019
Instead of exiting with error, driver has to wait and retry 'node controller' registration till the registry server up and registration get succeed. FIXES: #182 Signed-off-by: Amarnath Valluri <amarnath.valluri@intel.com>
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
When I tested the CSI 1.0 support in #177 (eab77d7), the pods came up eventually, but only after some intermittent errors:
I've not caught it in the logs, but I think the node pmem-driver was restarting because the registry wasn't up yet.
This is confusing. In the sidecar containers, we chose the approach of waiting forever for a peer to show up, with regular logging while in that wait loop. The pmem driver should do the same. See kubernetes-csi/csi-lib-utils#11.
The text was updated successfully, but these errors were encountered: