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
Show file tree
Hide file tree
Changes from all commits
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
5 changes: 5 additions & 0 deletions .github/workflows/deploy-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,10 @@
"dir_name": "minio_cleanup",
"image_name": "servicex_minio_cleanup",
"test_required": false
},
{
"dir_name": "lite",
"image_name": "servicex_lite",
"test_required": false
}
]
6 changes: 3 additions & 3 deletions docs/deployment/basic.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ servicex --namespace <default> init --cert-dir ~/.globus
```

By default, this will look for the certificates in your `~/.globus` directory.
You can pass another directory with the `--cert-dir` argument. It is assumed
that they are named `usercert.pem` and `userkey.pem`. You will be prompted for
You can pass another directory with the `--cert-dir` argument. It is assumed
that they are named `usercert.pem` and `userkey.pem`. You will be prompted for
the passphrase that secures your X509 private key.

The installed secrets can be used by any ServiceX instance deployed into the
Expand Down Expand Up @@ -141,7 +141,7 @@ helm install -f values.yaml --version v1.0.0-rc.3 servicex ssl-hep/servicex

Initial deployment is typically rapid, with RabbitMQ requiring up to a minute to
complete its initialization. The `servicex` argument is used by helm as the release
name. It is used to refer to the chart when deploying, insptacting, or deleting
name. It is used to refer to the chart when deploying, inspecting, or deleting
the chart. After this all the pods of the new deployment
should be ready. You can check the status of the pods via

Expand Down
Loading
Loading