Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
infiniteregrets committed Sep 20, 2023
1 parent 7792a8b commit 86fbb0a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion mirrord/kube/src/api/kubernetes.rs
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,6 @@ impl KubernetesAPI {
{
progress.warning("mirrord has detected it's running on OpenShift. Due to the default PSP of OpenShift, mirrord may not be able to create the agent. Please refer to the documentation at https://mirrord.dev/docs/overview/faq/#can-i-use-mirrord-with-openshift");
} else {
println!("OpenShift was not detected.");
debug!("OpenShift was not detected.");
}
Ok(())
Expand Down

0 comments on commit 86fbb0a

Please sign in to comment.