Starting from [GitLab 12.1](https://gitlab.com/gitlab-org/gitlab-foss/issues/55902), all GKE clusters
created by GitLab are RBAC-enabled. Take a look at the [RBAC section](#rbac-cluster-resources) for more information.
NOTE: **Note:**
Starting from [GitLab 12.5](https://gitlab.com/gitlab-org/gitlab/merge_requests/18341), the cluster's pod address IP range will be set to /16 instead of the regular /14. (/16 is a CIDR notation)
### Cloud Run on GKE
> [Introduced](https://gitlab.com/gitlab-org/gitlab/merge_requests/16566) in GitLab 12.4.
end.toraise_error(Gitlab::Ci::YamlProcessor::ValidationError,"jobs:rspec:before_script config should be an array of strings")
end.toraise_error(Gitlab::Ci::YamlProcessor::ValidationError,"jobs:rspec:before_script config should be an array containing strings and arrays of strings")
end
it"returns errors if job before_script parameter is multi-level nested array of strings"do
end.toraise_error(Gitlab::Ci::YamlProcessor::ValidationError,"jobs:rspec:before_script config should be an array containing strings and arrays of strings")
end
it"returns errors if after_script parameter is invalid"do
end.toraise_error(Gitlab::Ci::YamlProcessor::ValidationError,"jobs:rspec:after_script config should be an array of strings")
end.toraise_error(Gitlab::Ci::YamlProcessor::ValidationError,"jobs:rspec:after_script config should be an array containing strings and arrays of strings")
end
it"returns errors if job after_script parameter is multi-level nested array of strings"do
end.toraise_error(Gitlab::Ci::YamlProcessor::ValidationError,"jobs:rspec:after_script config should be an array containing strings and arrays of strings")
end
it"returns errors if image parameter is invalid"do