Skip to content

Instantly share code, notes, and snippets.

View DnPlas's full-sized avatar
🌳

Daniela Plascencia DnPlas

🌳
  • Canonical
  • Guadalajara, MX | Madrid, SP
View GitHub Profile
@DnPlas
DnPlas / requirements.txt
Last active July 10, 2023 14:13
`wait_for_idle` not working
pytest
pytest-operator
juju==2.9.42.4
@DnPlas
DnPlas / pipeline.yaml
Created March 30, 2023 10:36
pipeline admin namespace
apiVersion: argoproj.io/v1alpha1
kind: Workflow
metadata:
generateName: map-reduce-
namespace: admin
annotations:
workflows.argoproj.io/description: |
This workflow demonstrates map-reduce using "key-only" artifacts.
The first task "split" produces a number of parts, each in the form of a JSON document, saving it to a bucket.
Each "map" task then reads those documents, performs a map operation, and writes them out to a new bucket.
@DnPlas
DnPlas / Operator Day 2022 - Slides Gist
Last active May 16, 2022 12:33
Operator Day 2022 - Slide Gist
~Operator Day 2022 - Slides Gist