Skip to content

Commit

Permalink
feat(cli) remove support for Cassandra-backed Kong
Browse files Browse the repository at this point in the history
  • Loading branch information
Travis Raines authored and rainest committed Dec 7, 2020
1 parent aab9869 commit fd6e3a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cli/ingress-controller/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -282,8 +282,8 @@ func main() {
controllerConfig.Kong.InMemory = true
}
if kongDB == "cassandra" {
log.Warn("running controller with kong cassandra as a datastore is deprecated; " +
"please consider using postgres or in-memory mode")
log.Fatalf("Cassandra-backed deployments of Kong managed by the ingress controller are no longer supported;" +
"you must migrate to a Postgres-backed or DB-less deployment")
}

req, _ := http.NewRequest("GET",
Expand Down

0 comments on commit fd6e3a3

Please sign in to comment.