-
🌱 I’m currently learning kubernetes
-
📫 How to reach me lijiext@gmail.com
🌱 I’m currently learning kubernetes
📫 How to reach me lijiext@gmail.com
let nums = [5, 456, 12, 5, 12, 8, 2, 5, 12, 645, 125, 645, 1, 512, 641, 3132];
let MAX = 10000;
for (let i = 1; i <= MAX; i++) {
nums.push(Math.floor(Math.random() * 10000 + 1));
}
jenkins:
agentProtocols:
- "JNLP4-connect"
- "Ping"
authorizationStrategy:
Forked from laming-chen/fast-map-dpp
Fast Greedy MAP Inference for DPP
Jupyter Notebook
Forked from phcollignon/helm3
Ressources for "Packaging Applications with Helm for Kubernetes" @ Pluralsight (Helm version 3)
TypeScript