Skip to content
Snippets Groups Projects
Commit 8706f5da authored by Dejan Golubovic's avatar Dejan Golubovic
Browse files

Add secret creation

parent ed687b14
No related branches found
No related tags found
No related merge requests found
Create a secret
Add credentials and create a secret
```
kubectl apply -f s3-secret.yaml
```
Run training and monitoring
```
python3 submit.py
```
\ No newline at end of file
apiVersion: v1
stringData:
AWS_ACCESS_KEY_ID:
AWS_SECRET_ACCESS_KEY:
kind: Secret
metadata:
annotations:
serving.kubeflow.org/s3-endpoint: s3.cern.ch
name: s3-secret
namespace: kubeflow-user-example-com
type: Opaque
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment