forked from kubeflow/manifests
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Debugging warnings in pss workflow (kubeflow#2866)
* Debugging warnings in pss workflow Signed-off-by: biswajit-9776 <[email protected]> * Shifted order of applying patches to workflow Signed-off-by: biswajit-9776 <[email protected]> * Fixed linting Signed-off-by: biswajit-9776 <[email protected]> * Increased timeout Signed-off-by: biswajit-9776 <[email protected]> * Skip patching dynamic namespaces Signed-off-by: biswajit-9776 <[email protected]> * Remove debugging job Signed-off-by: biswajit-9776 <[email protected]> * Debugging by restarting deployments Signed-off-by: biswajit-9776 <[email protected]> * Removed redundant line from patch Signed-off-by: biswajit-9776 <[email protected]> * Replace restart with wait command Signed-off-by: biswajit-9776 <[email protected]> * Replace wait for all command with individual wait command Signed-off-by: biswajit-9776 <[email protected]> * Added wait command for pods in kubeflow namespace Signed-off-by: biswajit-9776 <[email protected]> * Fixed linting Signed-off-by: biswajit-9776 <[email protected]> * Separated wait commands for separate namespaces Signed-off-by: biswajit-9776 <[email protected]> * Increased timeout to 600s Signed-off-by: biswajit-9776 <[email protected]> * Added wait commands in loop Signed-off-by: biswajit-9776 <[email protected]> * Fixed typo Signed-off-by: biswajit-9776 <[email protected]> * Debugging failing wait commands Signed-off-by: biswajit-9776 <[email protected]> * Added log process in background Signed-off-by: biswajit-9776 <[email protected]> * Fixed type Signed-off-by: biswajit-9776 <[email protected]> * Fixed typo Signed-off-by: biswajit-9776 <[email protected]> * Added describe command Signed-off-by: biswajit-9776 <[email protected]> * Added runAsUser to debug Signed-off-by: biswajit-9776 <[email protected]> * Added UID 1000 to all pods Signed-off-by: biswajit-9776 <[email protected]> * Added single wait command Signed-off-by: biswajit-9776 <[email protected]> * Debugging Signed-off-by: biswajit-9776 <[email protected]> * Removed background process Signed-off-by: biswajit-9776 <[email protected]> * Increased timeout Signed-off-by: biswajit-9776 <[email protected]> * Retesting Signed-off-by: biswajit-9776 <[email protected]> * Removed UID from profile controller Signed-off-by: biswajit-9776 <[email protected]> * Debugging profiles-controller Signed-off-by: biswajit-9776 <[email protected]> * Increased timeout for profiles-controller Signed-off-by: biswajit-9776 <[email protected]> * Pausing patch to profile-controller Signed-off-by: biswajit-9776 <[email protected]> * Fixed indentation Signed-off-by: biswajit-9776 <[email protected]> * Fixed error Signed-off-by: biswajit-9776 <[email protected]> * Fixed error Signed-off-by: biswajit-9776 <[email protected]> * Fixed error Signed-off-by: biswajit-9776 <[email protected]> * Debugging cache-server Signed-off-by: biswajit-9776 <[email protected]> * Debugging cache-server Signed-off-by: biswajit-9776 <[email protected]> * Increased timeout for cache-server Signed-off-by: biswajit-9776 <[email protected]> * Debugging Signed-off-by: biswajit-9776 <[email protected]> * Deleting pods exclusively Signed-off-by: biswajit-9776 <[email protected]> * Added GID Signed-off-by: biswajit-9776 <[email protected]> * Debugging cache-server Signed-off-by: biswajit-9776 <[email protected]> * Sleeping for 300s Signed-off-by: biswajit-9776 <[email protected]> * Updated GID to 1000 Signed-off-by: biswajit-9776 <[email protected]> * Added GID to all pods Signed-off-by: biswajit-9776 <[email protected]> * Checking pods securityContext Signed-off-by: biswajit-9776 <[email protected]> * Debugging Signed-off-by: biswajit-9776 <[email protected]> * Debugging without IDs Signed-off-by: biswajit-9776 <[email protected]> * Debugging Signed-off-by: biswajit-9776 <[email protected]> * Debugging Signed-off-by: biswajit-9776 <[email protected]> * Debugging Signed-off-by: biswajit-9776 <[email protected]> * Added GID Signed-off-by: biswajit-9776 <[email protected]> * Debugging Signed-off-by: biswajit-9776 <[email protected]> * Debugging Signed-off-by: biswajit-9776 <[email protected]> * Debugging Signed-off-by: biswajit-9776 <[email protected]> * Debugging Signed-off-by: biswajit-9776 <[email protected]> * Debugging Signed-off-by: biswajit-9776 <[email protected]> * Debugging Signed-off-by: biswajit-9776 <[email protected]> * Debugging Signed-off-by: biswajit-9776 <[email protected]> * Debugging Signed-off-by: biswajit-9776 <[email protected]> * Debugging Signed-off-by: biswajit-9776 <[email protected]> * Debugging Signed-off-by: biswajit-9776 <[email protected]> * Debugging Signed-off-by: biswajit-9776 <[email protected]> * Debugging Signed-off-by: biswajit-9776 <[email protected]> * Debugging Signed-off-by: biswajit-9776 <[email protected]> * Added wait time for istio-cni test Signed-off-by: biswajit-9776 <[email protected]> * Debugging Signed-off-by: biswajit-9776 <[email protected]> * Increased timeout Signed-off-by: biswajit-9776 <[email protected]> * Added dynamic ns to pss_test Signed-off-by: biswajit-9776 <[email protected]> * Fix lint Signed-off-by: biswajit-9776 <[email protected]> * Configured istio initContainer Signed-off-by: biswajit-9776 <[email protected]> * Fixed lint Signed-off-by: biswajit-9776 <[email protected]> * Added seccompProfile attribute for istio-proxy Signed-off-by: biswajit-9776 <[email protected]> * Adding PSS label to dynamic ns Signed-off-by: biswajit-9776 <[email protected]> * Reordered dynamic ns test Signed-off-by: biswajit-9776 <[email protected]> * Commented the dynamic ns tests Signed-off-by: biswajit-9776 <[email protected]> * Fix lint Signed-off-by: biswajit-9776 <[email protected]> * Removing debugging stuffs Signed-off-by: biswajit-9776 <[email protected]> --------- Signed-off-by: biswajit-9776 <[email protected]>
- Loading branch information
1 parent
944e829
commit e3b2aa4
Showing
20 changed files
with
91 additions
and
33 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
apiVersion: apps/v1 | ||
kind: StatefulSet | ||
metadata: | ||
name: metacontroller | ||
namespace: kubeflow | ||
spec: | ||
template: | ||
spec: | ||
containers: | ||
- name: metacontroller | ||
securityContext: | ||
seccompProfile: | ||
type: RuntimeDefault |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,6 @@ metadata: | |
name: oauth2-proxy | ||
namespace: oauth2-proxy | ||
spec: | ||
replicas: 2 | ||
template: | ||
spec: | ||
containers: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
apiVersion: apps/v1 | ||
kind: Deployment | ||
metadata: | ||
name: workflow-controller | ||
namespace: kubeflow | ||
spec: | ||
template: | ||
spec: | ||
containers: | ||
- name: workflow-controller | ||
securityContext: | ||
seccompProfile: | ||
type: RuntimeDefault | ||
runAsNonRoot: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters