Skip to content

Commit

Permalink
actually follow the logs of the pod that we need the end of
Browse files Browse the repository at this point in the history
  • Loading branch information
laverya committed Sep 17, 2020
1 parent 64499ff commit e594cef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kotsadm/pkg/kurl/join_cert.go
Expand Up @@ -70,7 +70,7 @@ func createCertAndKey(ctx context.Context, client kubernetes.Interface, namespac

func getCertGenLogs(ctx context.Context, client kubernetes.Interface, pod *corev1.Pod) ([]byte, error) {
podLogOpts := corev1.PodLogOptions{
Follow: false,
Follow: true,
Container: pod.Spec.Containers[0].Name,
}

Expand Down

0 comments on commit e594cef

Please sign in to comment.