* add config.yaml into push list
* print messages if config file not found
* check all folders
* kube_config_path not included.
* modified error messages
* remove redundent blank lines
* add prerequisite in marketplace-webportal and marketplace-restserver, auto use config from their prerequisite services
* Fix template
* Fix template
* Fix template
* auto use https in marketplace if pylon.ssl
* auto use https in marketplace if pylon.ssl
* Add deploy marketplace to quickstart
* fix template
* Add config to enable/disable the auto-added marketplace-plugin
* Set marketplace: false in quick-start default services-configuration
* Add enable_marketplace option to config.yaml
* add kill user job alert template
* add troubleshooting link in general email template
* allow customized templates
* redefine actions schema in customized-receivers to facilitate parameters passing
* init commit
* [Cluster Object Model] Check laucher-type and log-type based on cluster-type. (#4038)
* Remove .k8s.yaml logic. And remove launcher-type & log-type
* [Cluster Objec Model]Don't check hadoop rm uri when in pure k8s cluster. (#4052)
* [Rest-server] Add env, volume based on the cluster-type (#4058)
* Remove yarn config from pylon when cluster-type is k8s (#4063)
* [cluster object model] Document update. (#4066)
* From openpai_parser_type to service_type
* Fix typos
Fix typos by [misspell](https://github.com/client9/misspell).
* Fix typos in api
Fix typos in api.
* Add spelling check in GitHub Actions
Add spelling check using misspell in GitHub Actions.
* Move GPU device plugin to service
Move GPU device plugin to service.
* Move stop script to delete
Move stop script to delete.
* Add configuration for device plugin
Add configuration for device plugin.
* Fix unit test
Fix unit test.
* Add service deployment for hived scheduler
Add service deployment for hived scheduler.
* Add service config for hived scheduler
Add service config for hived scheduler.
* Update
Update.
* Add cluster type for k8s services
Add cluster type for k8s services.
* Remove config validation temporally
Remove hived scheduler config validation temporally,
because the paictl validation checks all services.
* Rename configmap.yaml to hivedscheduler-config.yaml
Rename configmap.yaml to hivedscheduler-config.yaml.
* Choose services for different cluster type
Choose services for different cluster type in deployment.
* Update cluster type in service.yaml
Update cluster type in service.yaml.
* Change the initial cluster type to None
Change the initial cluster type to None.
* Add cluster-type and related config
Use [service name].[cluster type].yaml file for default config for cluster type.
If not found cluster type config file, use [service name].yaml instead
* Support to manage a list of services in paictl
Support to manage a list of services in paictl.
Fixes#2734.
* Update related docs
Update related docs.