Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sXlite #701

Open
wants to merge 39 commits into
base: develop
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
39 commits
Select commit Hold shift + click to select a range
67a243b
init
ivukotic Oct 31, 2023
770b82d
i1
ivukotic Nov 1, 2023
acf88d2
nofform
ivukotic Nov 1, 2023
e75e37b
f
ivukotic Nov 1, 2023
4a2871a
f1
ivukotic Nov 1, 2023
76ff3cf
basic working version
ivukotic Nov 6, 2023
dc5dc28
remove hardcoded user/pass
ivukotic Nov 6, 2023
879ea19
deployment
ivukotic Nov 6, 2023
05a9c9e
f
ivukotic Nov 6, 2023
aab1836
Add kubeconfig and test files to .gitignore, and
ivukotic Nov 8, 2023
089122f
Add xcache and HPA options to kube config
ivukotic Nov 8, 2023
54531f0
Merge remote-tracking branch 'origin/develop' into sXlite
ivukotic Feb 13, 2024
c16c930
garbage
ivukotic Feb 14, 2024
a5471fb
making lint happy
ivukotic Feb 14, 2024
70d6745
Add environment variables for origin and sxlite contexts
ivukotic Feb 23, 2024
778c2a7
Add print statements for reading and creating secrets, configmaps, an…
ivukotic Feb 23, 2024
eaa9d9f
f
ivukotic Feb 26, 2024
487f361
typo fix
ivukotic Feb 26, 2024
ac3e734
requests and limits
ivukotic Feb 27, 2024
e0adc67
more printouts
ivukotic Feb 29, 2024
69203c7
one more decode
ivukotic Feb 29, 2024
ead1d89
xcache overwrite
ivukotic Mar 1, 2024
6df04c5
fix
ivukotic Mar 1, 2024
cfeda99
extra annotations
ivukotic Mar 11, 2024
d3bf104
fix
ivukotic Mar 12, 2024
b6bb74c
fix1
ivukotic Mar 12, 2024
8c48200
adding HPA
ivukotic Mar 13, 2024
95967d9
typo
ivukotic Mar 13, 2024
ee230b2
copy/paste error
ivukotic Mar 13, 2024
724c9cc
add api version
ivukotic Mar 13, 2024
c54d662
fixing prinout, hpa version
ivukotic Mar 13, 2024
c26b619
more changes
ivukotic Mar 13, 2024
b0603b6
make hpa cpu utilization configurable
ivukotic Mar 13, 2024
f2f8dae
adding env for k8s node name
ivukotic Mar 25, 2024
a49dfee
host_name
ivukotic Mar 25, 2024
16004e0
fix
ivukotic Mar 25, 2024
83bc4d5
cleaner args
ivukotic Apr 5, 2024
69ff57d
typo
ivukotic Apr 5, 2024
26240fe
"imagePullPolicy": "Always",
ivukotic Apr 15, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Add kubeconfig and test files to .gitignore, and
set PYTHONUNBUFFERED to true in deployment.yaml
  • Loading branch information
ivukotic committed Nov 8, 2023
commit aab1836aac5163292315f3b3ce26d10910ed902a
3 changes: 2 additions & 1 deletion lite/.gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
.venv
kubeconfig-secret.yaml
kubeconfig-secret*
test*
2 changes: 2 additions & 0 deletions lite/kube/deployment.yaml
Original file line number Diff line number Diff line change
@@ -28,6 +28,8 @@ spec:
value: "192.170.241.253"
- name: INITIAL_PODS
value: "15"
- name: PYTHONUNBUFFERED
value: "true"
volumeMounts:
- name: kubeconfig
mountPath: /home/sxlite/.kube/