Forum Discussion
Nikoolayy1
MVP
Jan 25, 2022Knowledge sharing: Containers, Kubernetes, Openshift, F5 Container Connector, NGINX Ingress
For anyone interested about the free traning for "F5 Container Connector for Kubernetes" or "F5 OpenShift Container Integration" at "LearnF5". For NGINX being installed in Kubernetes there ...
Does the error occur when you try to save the iRule or when you try to load the configuration? Which LTM version are you running?
If you replace the set and unsets in the RULE_INIT event:
array set ::hit_list {}
array unset ::hit_list
array set ::block_state {}
array unset ::block_state
array set ::hit_count {}
array unset ::hit_count
with this:
if {[array exists ::hit_list]}{
array unset ::hit_list
}
if {[array exists ::block_state]}{
array unset ::block_state
}
if {[array exists ::hit_count]}{
array unset ::hit_count
}
Do you still see the error?
Aaron
- Cory_50405Mar 06, 2014
Noctilucent
Could you specify what your requirements are? These products can do many different things, so best to narrow it down to the exact functionality you are using the DataPower for and what you expect out of ASM.