Ludovic Muller
Ludovic Muller
I was facing the same issue. Using the following commands was helpful for me: ```sh kubectl -n NAMESPACE patch pvc PVC_NAME --type=json -p='[{"op": "remove", "path": "/metadata/managedFields/0/fieldsV1/f:spec/f:storageClassName"}]' kubectl -n NAMESPACE patch...
No, this is not my point. I do not ask on this issue for having the whole Docker Hub on the GitHub Container Registry. What I asked for is to...
Happy New Year! Thanks for your answer. If you are interested that I configure GitHub Actions to push into the GitHub Container Registry, it will require following steps: - Have...
If you prefer, we can use a custom Docker Hub organization instead of GitHub Container Registry for the moment ; it will be easy to add it later (we can...
Just for information, GitHub Container Registry is now generally available. Source: https://github.blog/2021-06-21-github-packages-container-registry-generally-available/
I was not consulted, but I did the work. Some deployed instances: - [tbbt.zazukoians.org](https://tbbt.zazukoians.org/) - [GitHub repo](https://github.com/zazuko/tbbt.zazukoians.org) - To review: entity rendering, file handler - [ld.zazuko.com](https://ld.zazuko.com/) - [GitHub repo](https://github.com/zazuko/ld.zazuko.com) -...
This would be a nice start: https://github.com/search?q=org%3Azazuko+trifid-plugin+user%3Azazuko&type=Repositories
The repo for ld.zazuko.com is here: https://github.com/zazuko/ld.zazuko.com It will automatically deploy on new SemVer tags. You can do some tests in the https://github.com/zazuko/trifid-pocs repo if you want. You can ask...
No need for a separate configuration file. The ideal way would be to be able to configure https://rdf4j.org/documentation/programming/federation/#fedx-configuration options directly in the same turtle configuration file. This will allow having...
@ktk can you provide more info about what you mean about "base"? Is it possible to have some example?