Skip to content

Commit

Permalink
Enable archiving logs (kubeflow#3301)
Browse files Browse the repository at this point in the history
Improve log persistence especially in on-prem scenarios.
  • Loading branch information
Ark-kun authored and Jeffwan committed Dec 9, 2020
1 parent 7564166 commit debabe9
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,8 @@ data:
name: mlpipeline-minio-artifact,
key: secretkey
}
}
},
archiveLogs: true
}
}
kind: ConfigMap
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ data:
name: mlpipeline-minio-artifact,
key: secretkey
}
}
},
archiveLogs: true
}
}
3 changes: 2 additions & 1 deletion manifests/kustomize/env/gcp/gcp-configurations-patch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ data:
name: mlpipeline-minio-artifact,
key: secretkey
}
}
},
archiveLogs: true
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ data:
name: mlpipeline-minio-artifact,
key: secretkey
}
}
},
archiveLogs: true
}
}

0 comments on commit debabe9

Please sign in to comment.