Commit Graph

7 Commits

Author SHA1 Message Date
Graham Whaley f352bdde76 setup_system.sh: bolster checks and quieten output
Bolster some checks so we don't try to edit files that do not
exist (for proxy setup for instance).
Also replace the 'sudo tee' commands with 'sudo bash -c "cat >"'
commands to reduce the echoing of the output to stdout.

Signed-off-by: Graham Whaley <graham.whaley@intel.com>
2018-12-07 07:42:40 -08:00
William Douglas e49f0490bd Use tabs instead of spaces to indent the Makefile 2018-12-06 10:59:41 -08:00
Saikrishna 845306aa86 Scrape crio logs, includes kata logs too
We see kata logs with `SYSLOG_IDENTIFIER:kata-runtime` under
`_SYSTEMD_UNIT:crio.service` in kibana. Need to verify if this holds
good for `SYSLOG_IDENTIFIER=kata-proxy` and `SYSLOG_IDENTIFIER=kata-shim`

Signed-off-by: Saikrishna Edupuganti <saikrishna.edupuganti@intel.com>
v1
2018-12-05 17:03:47 -08:00
Saikrishna 8de91a2ba5 Falling back metric-server v0.2.x until we fix HPA w/ v0.3.x (#5)
HPA seems to be working with v0.2.x w/ two changes

- Allow access to `nodes/stats` in `resource-reader.yaml`
- Replace arg `--source=kubernetes.summary_api:https://kubernetes.default.svc?kubeletHttps=true&kubeletPort=10250&useServiceAccount=true&insecure=true`
  in `metrics-server-deployment.yaml`

Signed-off-by: Saikrishna Edupuganti <saikrishna.edupuganti@intel.com>
2018-12-04 16:25:51 -08:00
Manohar Castelino 44b72301a6 Clearlinux packaging: Add Makefile
Add Makefile to support packaging this within Clearlinux

Signed-off-by: Manohar Castelino <manohar.r.castelino@intel.com>
2018-12-04 14:20:50 -08:00
Manohar Castelino 210cc03586 cloud-native-basic: Simple scripts to setup a kubernetes cluster
Simple set of scripts and slightly modified upstream configurations
of various kubernetes services to setup a kubernetes cluster on
Clearlinux.

Signed-off-by: Ganesh Maharaj Mahalingam <ganesh.mahalingam@intel.com>
Signed-off-by: Saikrishna Edupuganti <saikrishna.edupuganti@intel.com>
Signed-off-by: Manohar Castelino <manohar.r.castelino@intel.com>
2018-12-04 14:20:50 -08:00
Manohar Castelino 36e5147e14 Initial commit: Add license
Add license information

Signed-off-by: Manohar Castelino <manohar.r.castelino@intel.com>
2018-12-04 13:45:44 -08:00