Kapp is not showing colors in gitlab-ci

3/13/2020

I started using kapp to manage the cluster, and I wanted to configure it with gitlab-ci and I came across one problem, there are no colors in the gitlab-ci terminal, while everything works fine locally.

Changing the --color = "true" flag does nothing. Anyone had a similar problem?

Here is an example, zero colors, while locally all changes are marked.

-- marek_m71
gitlab
gitlab-ci
gitlab-ci-runner
kubernetes

1 Answer

3/27/2020

The problem has been fixed in release v0.23.0 https://github.com/k14s/kapp/issues/84

-- marek_m71
Source: StackOverflow