Skip to content

Liquid Warning #4198

@chenopis

Description

@chenopis

This is a...

  • Feature Request
  • Bug Report

Problem:
There is a warning during the Netlify preview build process:

Liquid Warning: Liquid syntax error (line 82): [:dot, "."] is not a valid expression in "{{.spec.terminationGracePeriodSeconds}}" in docs/tutorials/stateful-application/cassandra.md
Liquid Warning: Liquid syntax error (line 420): [:dot, "."] is not a valid expression in "{{.spec.terminationGracePeriodSeconds}}" in docs/tutorials/stateful-application/cassandra.md

Looks like liquid is trying to parse {{.spec.terminationGracePeriodSeconds}} in the line:

grace=$(kubectl get po cassandra-0 --template '{{.spec.terminationGracePeriodSeconds}}') \

Proposed Solution:
Find out how to escape { in a code block for Liquid.

Page to Update:
http://kubernetes.io/docs/tutorials/stateful-application/cassandra/

Kubernetes 1.6

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions