fix: modified cert-manager ensure ready to check for existence of pods with labels matching cert-manager in kubernetes env. replaced deprecated olm subscription based install of cert-manager for supported helm-chart #218
Reference in New Issue
Block a user
No description provided.
Delete Branch "fix/cert-manager"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
@@ -928,0 +937,4 @@}/// Gets all resources of type K accross all namespacespub async fn get_all_resource<K>(&self) -> Result<Vec<K>, Error>Remove comment and make name more explicit
@@ -404,0 +398,4 @@.map_err(|e| ExecutorError::UnexpectedError(format!("{}", e)))?;if pods.is_empty() {trace!("cert-manager not installed (no controller pods found)");should be info since this has a major implication of installing a full thing
@@ -404,0 +401,4 @@trace!("cert-manager not installed (no controller pods found)");self.install().await} else {trace!("cert-manager controller pods found: {:#?}", pods);Add another log at info level to inform that cert-manager is found
@@ -63,0 +70,4 @@// let metadata = ObjectMeta {// name: Some("cert-manager".to_string()),// namespace: Some(self.namespace.clone()),// ..ObjectMeta::default()cleanup