flowchart TD
A[Start] --> B[Parse Annotation Time]
B --> C{Valid Time?}
C -->|No| D[Clear Annotation]
C -->|Yes| E[Calculate Remaining Time]
E --> F{Time Remaining >0?}
F -->|Yes| G[Requeue After Remainder]
F -->|No| H[Delete Namespace]| test-r-packages: | |
| needs: build-push | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/checkout@master | |
| - name: Log in to the local Docker registry | |
| run: echo "${{ secrets.REGISTRY_PASSWORD }}" | docker login ${{ env.LOCAL_REPO }} -u "${{ secrets.REGISTRY_USERNAME }}" --password-stdin | |
| - name: Pull the built Docker image |
Give teams the ability to convert Excel spreadsheets into reproducible Python or R scripts that:
- Automate calculations and reports
- Generate dashboards, PNGs, and Excel files
- Fit into a scalable, secure, and auditable data pipeline
| ./CachedExtensionVSIXs/ms-python.debugpy-2025.6.0-linux-x64 | |
| ./CachedExtensionVSIXs/ms-python.python-2024.8.1-universal | |
| (base) jovyan@bryan-py-1-0:~/.local/share/code-server$ find . | grep -i cache | |
| ./CachedProfilesData | |
| ./CachedProfilesData/__default__profile__ | |
| ./CachedProfilesData/__default__profile__/extensions.builtin.cache | |
| ./CachedProfilesData/__default__profile__/extensions.user.cache | |
| ./extensions/dvirtz.parquet-viewer-2.9.0-universal/node_modules/lodash/_listCacheClear.js | |
| ./extensions/dvirtz.parquet-viewer-2.9.0-universal/node_modules/lodash/_setCacheHas.js | |
| ./extensions/dvirtz.parquet-viewer-2.9.0-universal/node_modules/lodash/_mapCacheGet.js |
| #!/bin/bash | |
| # Shell Script for Go and Kubernetes Development Setup on Ubuntu | |
| # Uses Snap packages where available | |
| # Update package list and upgrade existing packages | |
| echo "Updating system packages..." | |
| sudo apt update && sudo apt upgrade -y | |
| sudo snap refresh |
Strategies:
Branch: bryan-set-default-py-interpreter
Change:
Added to Dockerfile:
ENV CS_DEFAULT_HOME=/home/jovyan/.local/share/code-serverThis proposal outlines a self‑hosted, open‑source data catalog solution—leveraging OpenMetadata, Apache Atlas, or DataHub—deployed on your existing AKS + Kubeflow environment. It layers in hardened security controls using Keycloak for identity, Vault for secrets, cert‑manager for TLS, OPA Gatekeeper for policy enforcement, Falco for runtime threat detection, and Kubernetes Network Policies for micro‑segmentation. All components are deployable via Helm charts, minimizing cost while maximizing compliance and operational efficiency.
Follow these steps to request a Linux Cloud VM:
Go to the VM Request Portal.