You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adds process for zero touch registration and functionality to update processes and configs (#64)
* adding state artifact fetcher to fetch the state from harbor
* completing the url fetcher
* adding schedulers and process to satellite
* adding simple notifier to fetch state process
* added description to the scheduler
* coderabbit fixes and changes to fetcher and schedulers
* adding new format of the state file
* adding config to process new state artifact file
* coderabbit review
* added ./zot to gitignore
* fixing the replication process
* fixing the replication and deletion process
* fixing paning while removing the null tags
* using repository name instead of the image name while uploading the image to the zot
* adding container runtime config
* containerd function and changing the harbor satellite to a cobra cli application
* generating config file for containerd
* adding better logging
* fix
* adding config generation for containerd
* fixing host gen file
* generating the config for the containerd fixes
* fixes
* coderabbit fixes
* fixes
* adding config command for crio
* moving from toml config to json config
* making config.json work with the replicator
* avoid printing confedential information in log
* coderabbit fixes
* fixing startup
* fixing panic error in generating container runtime config
* changing config structuring
* adding event driven architecture changes
* adds config fetch process architecture, registration process and state update process
* adds docker compose and satellite registers different processes
* minor fixes
* handelling config error
* code rabbit fixes
* dagger version
* enhancing the config
* otel version fix
* replication fix
* adds unwanted binary files to gitignore
* configurable cron schedule, local registry auth and fixing memory leaks
* fixing merge conflicts
* panic fix
* pr reviews
containerdCmd.Flags().BoolVarP(&generateConfig, "gen", "g", false, "Generate the containerd config file")
75
+
containerdCmd.PersistentFlags().StringVarP(&containerdConfigPath, "path", "p", DefaultContainerdConfigPath, "Path to the containerd config file of the container runtime")
76
+
containerdCmd.PersistentFlags().StringVarP(&containerDCertPath, "cert-path", "c", ContainerDCertPath, "Path to the containerd cert directory")
0 commit comments